On Mon, 15 Dec 2003 21:28:05 +1000 [EMAIL PROTECTED] wrote: > Built M and wxWindows with day old cvs. > > configure --with-python. > > Got the following when I tried to start it up: > > [EMAIL PROTECTED] build]$ M > Segmentation fault > [EMAIL PROTECTED] build]$ gdb > GNU gdb 5.3-25mdk (Mandrake Linux) > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i586-mandrake-linux-gnu". > (gdb) exec-file M > (gdb) run > Starting program: /usr/local/bin/M > > Program received signal SIGSEGV, Segmentation fault. > 0x00000000 in ?? () > (gdb) bt > #0 0x00000000 in ?? () > #1 0x082601cc in ?? () > #2 0x08143490 in ?? () > #3 0x081d0186 in ?? () > #4 0x081d4aee in ?? () > #5 0x405976de in wxEntry(int&, char**) ([EMAIL PROTECTED], argv=0xbffff6c4) at > ../src/common/init.cpp:400
You're still building M without debug info apparently... Backtraces are not very informative in this case. > [Debug] 21:08:18: Removing deleted folder 'Search results' from status cache. Hmm, this is a bug, but a harmless one. > 21:10:09: Debug: There were memory leaks. > > 21:10:09: ----- Memory dump ----- > 21:10:09: non-object data at $83D9A88, size 28 ... These are wxWindows messages and you have apparently enabled built-in memory debugging. Please don't use it, it is buggy and much worse than what specializaed products (such as dmalloc, electric fence or, especially, valgrind) anyhow. Regards, VZ ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
