GNOME Bugzilla – Bug 154569
crash when trying to associate an app for "application/octet-stream" without extension
Last modified: 2004-12-22 21:47:04 UTC
The crash happens in nautilus: * cd /tmp * touch test * nautilus ./ * right click on test, open with -> gedit it crashes with some error in the console: (nautilus:3283): Eel-WARNING **: No extension, not implemented yet (nautilus:3283): libgnomevfs-CRITICAL **: file gnome-vfs-mime-handlers.c: line 551 (gnome_vfs_mime_get_all_applications): assertion `mime_type != NULL' failed Apparently the problem is due to this part of the code: eel-mime-application-chooser.c:465 if (!extension) { g_warning ("No extension, not implemented yet"); return FALSE; } According to the backtrace mime_type is null, which is the problem Backtrace was generated from '/opt/gnome29/bin/nautilus' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1225238816 (LWP 21124)] [New Thread -1248531536 (LWP 5171)] [Thread debugging using libthread_db enabled] [New Thread -1225238816 (LWP 21124)] [New Thread -1248531536 (LWP 5171)] [Thread debugging using libthread_db enabled] [New Thread -1225238816 (LWP 21124)] [New Thread -1248531536 (LWP 5171)] [New Thread -1239708752 (LWP 21167)] [New Thread -1239446608 (LWP 21166)] [New Thread -1239184464 (LWP 21165)] [New Thread -1238922320 (LWP 21164)] [New Thread -1238660176 (LWP 21163)] [New Thread -1238398032 (LWP 21162)] [New Thread -1238135888 (LWP 21161)] [New Thread -1237873744 (LWP 21160)] [New Thread -1237611600 (LWP 21159)] [New Thread -1229177936 (LWP 21155)] 0xb73b3431 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 50783
Thread 1 (Thread -1225238816 (LWP 21124))
Appears to be a unique stack trace. I'm adding the STACKTRACE keyword and setting other fields appropriately (I'm assuming you're using Gnome 2.8.x, but let me know if that's not right)...
doesn't crash with current versions