GNOME Bugzilla – Bug 350685
crash on Computer
Last modified: 2006-08-24 09:38:29 UTC
What were you doing when the application crashed? I was opening file /home/smoketester/Examples/kubuntu-leaflet.png. Distribution: Ubuntu 6.06 (dapper) Gnome Release: 2.15.91 2006-08-08 (JHBuild) BugBuddy Version: 2.15.90 Memory status: size: 47652864 vsize: 0 resident: 47652864 share: 0 rss: 17838080 rss_rlim: 0 CPU usage: start_time: 1155179128 rtime: 0 utime: 292 stime: 0 cutime:262 cstime: 0 timeout: 30 it_real_value: 0 frequency: 93 Backtrace was generated from '/usr/opt/gnome2/bin/nautilus' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1224657216 (LWP 5290)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 70165
Thread 1 (Thread -1224657216 (LWP 5290))
*** Bug 350686 has been marked as a duplicate of this bug. ***
detailed and unique trace
*** Bug 351162 has been marked as a duplicate of this bug. ***
I am willing to do some manual work to get rid of this bug, if someone provides me guidiance on gdb. Thanks!
Starting nautilus from command line outputs: (nautilus:14906): libgnomevfs-WARNING **: Failed to activate daemon: The name org.gnome.GnomeVFS.Daemon was not provided by any .service files
(In reply to comment #5) "ln -s <smoketesting-prefix>/share/dbus-1/services/gnome-vfs-daemon.service /usr/share/dbus-1/services/gnome-vfs-daemon.service" fixes the libgnomevfs-WARNING, but the crash is still reproducable.
Created attachment 70983 [details] [review] Patch To Fix The Bug Segfault occurs because of the call "g_free(recent_data.app_exec)", where "recent_data.app_exec" was being assigned a literal string value. The fix works by allocating a new string in memory.
*** Bug 351608 has been marked as a duplicate of this bug. ***
Commited. Thanks.
*** Bug 351819 has been marked as a duplicate of this bug. ***
*** Bug 352652 has been marked as a duplicate of this bug. ***