jiang
Advanced Member level 4
Bus Error
Hi,
I wrote a C++ program on sun blade 2000.
The compiler is g++, version 2.95.3.
Sometimes the program was crashed by bus error.
I traced the program via gdb and found the program crashed on _malloc_unlocked().
I used 'new' to create a dynamic data structure, but why memory allocation errors still happened?
Does anyone help me to fix this problem?
Best Regards,
jiang
Hi,
I wrote a C++ program on sun blade 2000.
The compiler is g++, version 2.95.3.
Sometimes the program was crashed by bus error.
I traced the program via gdb and found the program crashed on _malloc_unlocked().
I used 'new' to create a dynamic data structure, but why memory allocation errors still happened?
Does anyone help me to fix this problem?
Best Regards,
jiang