GNOME Bugzilla – Bug 523046
When i add some type of attachment application crashes
Last modified: 2008-03-20 18:46:45 UTC
Steps to reproduce: 1. Start evolution 2. Click new mail 3. Add word document 4. evolution crash with this message in console Segmentation fault Stack trace: I am using built from ubuntu without debugging symbol. Write me what you exactly wants and i will collect it and paste here. Other information:
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Hi Matthew, I prefer gdb, below is output from crash during adding .doc file. If you will need anything else let me know. Regards Tomas Vavra ~$ gdb evolution GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/evolution [Thread debugging using libthread_db enabled] [New Thread 0x2b16a5641dc0 (LWP 7028)] [New Thread 0x40800950 (LWP 7031)] [Thread 0x40800950 (LWP 7031) exited] ** (evolution:7028): WARNING **: Unexpected kerberos error -1765328164 [New Thread 0x40800950 (LWP 7044)] [New Thread 0x41001950 (LWP 7045)] [Thread 0x41001950 (LWP 7045) exited] [Thread 0x40800950 (LWP 7044) exited] [New Thread 0x40800950 (LWP 7046)] libnm_glib_nm_state_cb: dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files [New Thread 0x41001950 (LWP 7047)] [New Thread 0x41802950 (LWP 7048)] [New Thread 0x42003950 (LWP 7049)] [New Thread 0x42804950 (LWP 7050)] [New Thread 0x43005950 (LWP 7051)] [New Thread 0x43806950 (LWP 7052)] [Thread 0x43005950 (LWP 7051) exited] [Thread 0x42003950 (LWP 7049) exited] [Thread 0x43806950 (LWP 7052) exited] [New Thread 0x43806950 (LWP 7054)] [New Thread 0x42003950 (LWP 7055)] [New Thread 0x43005950 (LWP 7056)] [Thread 0x42003950 (LWP 7055) exited] [New Thread 0x42003950 (LWP 7077)] [Thread 0x42804950 (LWP 7050) exited] [Thread 0x42003950 (LWP 7077) exited] [Thread 0x41001950 (LWP 7047) exited] [New Thread 0x41001950 (LWP 7084)] [Thread 0x43005950 (LWP 7056) exited] [New Thread 0x43005950 (LWP 7085)] [Thread 0x43005950 (LWP 7085) exited] [Thread 0x41001950 (LWP 7084) exited] [New Thread 0x41001950 (LWP 7087)] [Thread 0x41001950 (LWP 7087) exited] [New Thread 0x41001950 (LWP 7098)] [New Thread 0x43847950 (LWP 7100)] [New Thread 0x43005950 (LWP 7104)] [Thread 0x43806950 (LWP 7054) exited] [Thread 0x43005950 (LWP 7104) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2b16a5641dc0 (LWP 7028)] camel_header_set_param (l=0x10, name=0x2b16996aec8c "name", value=0xf45e80 "Karel_Stromsik_CV.doc") at camel-mime-utils.c:2170 2170 camel-mime-utils.c: No such file or directory. in camel-mime-utils.c (gdb) set height 0 (gdb) set print elements 0 (gdb) set print pretty on (gdb) thread apply all bt
+ Trace 192891
Thread 1 (Thread 0x2b16a5641dc0 (LWP 7028))
Okay thanks. Looks like the first argument of camel_header_set_param() is bad.
This is already fixed in 2.12.3 and 2.22.0. *** This bug has been marked as a duplicate of 460204 ***