03/24/2009 2:48 PM
post25123
|
I am running one of my applications on QNX compiled using QNX momentics 6.4.0. Every time I run my application it is
crashing at one or the other place. But the back trace of the crash ends every single time in QNX's libc.
Here is the backtrace of the same.
====================
Program terminated with signal 11, Segmentation fault.
#0 0xfe32832c in _band_get_aligned () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
warning: Host file /opt/qnx640/target/qnx6/ppcbe/lib/libsocket.so.2 does not match target file.
warning: Host file /opt/qnx640/target/qnx6/ppcbe/lib/libsocket.so.2 does not match target file.
(gdb) bt
#0 0xfe32832c in _band_get_aligned () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
#1 0xfe3283bc in _band_get () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
#2 0xfe32b890 in __malloc_lock () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
#3 0xfe32bc94 in __malloc () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
#4 0xfe327c20 in malloc () from /opt/qnx640/target/qnx6/ppcbe/lib/libc.so.3
====================
Another query on mine is :
Is there any limit on how much memory that can be allocated to a processes in QNX? Because my application exceeds 6MB.
Any help on these is much appreciated.
Thank you in advance.
Regards,
Amit
|
|
|