[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sprintf in rt-module AGAIN



Hi,

I'm using RTLV2.3, kernel 2.2.14.  I have a real-time module that has used
sprintf in it for quite some time with no problem.

I recently updated the module (removing some code and adding some code) and
now I crash at an "sprintf" statement that previously worked.

Why ?  I never had any problem before.  I can pinpoint 2 of the sprintf
statements that crash and if I comment them out my code runs fine.  I do
some other "sprintf" statements every 30 Hz.  

Any ideas ?

I do to the "ld -r file.o -L/usr/src -lc -M -o file.m > map"

Thanks in advance - 
Janet Estabridis