On Dec 08, 2004 at 00:18, Raymond Chen rchen@cityabove.net wrote:
Dear all,
Does anyone encountered the segment fault problem when compile and run CVS head in Fedora core 3? There are a long list of qm_malloc and qm_free warning during compile and segment fault when start.
You might have some parts of ser compiled with fm_malloc and others with qm_malloc.
Run make proper; make all and see if you still have problems. If you do please send the make output (the warnings, if everything goes ok you shouldn't get any) and a backtrace (gdb ser core and then bt).
Andrei