GNOME Bugzilla – Bug 451488
crash in Help: searching email setup in...
Last modified: 2007-06-30 09:36:30 UTC
Version: 2.16.1 What were you doing when the application crashed? searching email setup info. I can't send to SMTP with evolution email. I searched for 'port: 465' Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 136294400 vsize: 0 resident: 136294400 share: 0 rss: 52543488 rss_rlim: 0 CPU usage: start_time: 1182923207 rtime: 0 utime: 7131 stime: 0 cutime:6588 cstime: 0 timeout: 543 it_real_value: 0 frequency: 256 Backtrace was generated from '/usr/bin/yelp' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1227929936 (LWP 13384)] [New Thread -1270101088 (LWP 13391)] [New Thread -1247614048 (LWP 13388)] (no debugging symbols found) 0xffffe410 in __kernel_vsyscall ()
+ Trace 144022
Thread 1 (Thread -1227929936 (LWP 13384))
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
(In reply to comment #1) > Thanks for taking the time to report this bug. > Unfortunately, that stack trace is missing some elements that will help a lot > to solve the problem, so it will be hard for the developers to fix that crash. > Can you get us a stack trace with debugging symbols? Please see > http://live.gnome.org/GettingTraces for more information on how to do so and > reopen this bug or report a new one. Thanks in advance! > Hi, I can reproduce the crash anytime. After I run gdb $(which gnome-help) PID it produces a trace but no debugging symbols. Then I type cont and reproduce the crash it just keeps loading. (gdb) cont Continuing. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1227217232 (LWP 14406)] 0xb75526a8 in strcmp () from /lib/tls/i686/cmov/libc.so.6 (gdb) thread apply all bt
+ Trace 144709
Thread 1 (Thread -1227217232 (LWP 14406))
Paul.
First, have you installed debugging symbols for yelp, glib and gtk? Secondly, can you try getting a trace by running yelp under gdb to start with rather than running gdb *after* it crashes. See http://live.gnome.org/GettingTraces/Details#gdb-not-yet-running for how to do this. Thanks!