GNOME Bugzilla – Bug 579627
crash in Open Folder: Not sure what triggered ...
Last modified: 2010-12-17 14:49:31 UTC
Version: 2.24.2 What were you doing when the application crashed? Not sure what triggered this crash. Distribution: Fedora release 10 (Cambridge) Gnome Release: 2.24.3 2009-01-16 (Red Hat, Inc) BugBuddy Version: 2.24.2 System: Linux 2.6.27.19-170.2.35.fc10.x86_64 #1 SMP Mon Feb 23 13:00:23 EST 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: Glossy Icon Theme: default.kde Memory status: size: 703348736 vsize: 703348736 resident: 22528000 share: 11653120 rss: 22528000 rss_rlim: 18446744073709551615 CPU usage: start_time: 1239951885 rtime: 19460 utime: 2111 stime: 17349 cutime:0 cstime: 6 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/nautilus' [Thread debugging using libthread_db enabled] [New Thread 0x7f1d82e50810 (LWP 3379)] 0x000000379440ec2f in __libc_waitpid (pid=26143, stat_loc=0x7fff8ae9a6e0, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41 41 int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);
+ Trace 214638
Thread 1 (Thread 0x7f1d82e50810 (LWP 3379))
----------- .xsession-errors (15 sec old) --------------------- TagLib: MPEG::Header::parse() -- Invalid sample rate. TagLib: MPEG::Header::parse() -- Invalid sample rate. X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0x502612c QString::arg: Argument missing: Amarok - No track playing., 0:00 QString::arg: Argument missing: Amarok - No track playing., 0:00 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0x50333e8 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0x503573c ** ERROR:nautilus-file.c:534:nautilus_file_get_internal: assertion failed: (location != NULL) --------------------------------------------------
*** Bug 583943 has been marked as a duplicate of this bug. ***
*** Bug 583895 has been marked as a duplicate of this bug. ***
*** Bug 587937 has been marked as a duplicate of this bug. ***
*** Bug 596482 has been marked as a duplicate of this bug. ***
*** Bug 596828 has been marked as a duplicate of this bug. ***
*** Bug 598032 has been marked as a duplicate of this bug. ***
*** Bug 598882 has been marked as a duplicate of this bug. ***
*** Bug 599207 has been marked as a duplicate of this bug. ***
*** Bug 603802 has been marked as a duplicate of this bug. ***
Created attachment 157928 [details] [review] Fix crash when middle click on an invalid network share in Places This seems to fix the issue. Please, review asap as it's quite a big crash (according to me :) )
It seems to be right, but I'd prefer not to have a separate return from the function. Just do if (loc == NULL) { slot_close()} else { current code }
Created attachment 158059 [details] [review] Fix crash when middle click on an invalid network share in Places (updated)
pushed
*** Bug 615297 has been marked as a duplicate of this bug. ***
*** Bug 597985 has been marked as a duplicate of this bug. ***