[Bug 473970] New: memprof dies with a segmentation fault
https://bugzilla.novell.com/show_bug.cgi?id=473970 Summary: memprof dies with a segmentation fault Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jdelvare@novell.com QAContact: qa@suse.de Found By: L3 Running memprof on any executable results in a segmentation fault. # rpm -qa | grep memprof memprof-lang-0.6-213.88 memprof-0.6-213.88 If it matters, I am not running GNOME. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=473970 User jdelvare@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=473970#c1 --- Comment #1 from Jean Delvare <jdelvare@novell.com> 2009-02-09 12:49:57 MST --- I have enabled core dumps and installed memprof-debuginfo, but unfortunately I can't get a readable backtrace: (gdb) bt #0 0x000000000042423c in ?? () #1 0x000000000088e3f0 in ?? () #2 0x0000000000427f8e in ?? () #3 0x0000000000000003 in ?? () #4 0x00007fff3ff18df0 in ?? () #5 0x0000000000a2a710 in ?? () #6 0x0000000000000001 in ?? () #7 0x00000000008a1440 in ?? () #8 0x0000000000aeabe0 in ?? () #9 0x0000000000000000 in ?? () Are there additional parameters I should pass to gdb so that it picks the debug information? Or any additional package I should install? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=473970 User jdelvare@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=473970#c2 --- Comment #2 from Jean Delvare <jdelvare@novell.com> 2009-02-09 13:18:01 MST --- Ah, running memprof inside gdb directly works (well, fails) better: Program received signal SIGSEGV, Segmentation fault. 0x000000000042423c in process_get_status_text (process=0x0) at process.c:906 (gdb) bt #0 0x000000000042423c in process_get_status_text (process=0x0) at process.c:906 #1 0x0000000000427f8e in update_process (iter=0x7fffffffdef0) at tree.c:260 #2 0x0000000000428240 in tree_window_add (window=0x8a1440) at tree.c:299 #3 0x0000000000421ccc in run_file (pwin=0x8a1440, args=<value optimized out>) at main.c:1028 #4 0x00000000004220b6 in main (argc=<value optimized out>, argv=0x7fffffffe098) at main.c:2312 Let me know if I can provide additional information or do more tests or anything. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com