Ok, had another chase to look. Brought in the rest of the debug symbols
for the libs nautilus, and found the wonders of "apt-get source
<package>"

The top of the stack missing from where I was before is:

pid_get_command_line
_gtk_mount_operation_lookup_info
add_pid_to_process_list_store
update_process_list_store
gtk_mount_operation_show_processes
_gio_marshal_VOID_STRING_BOXED_BOXED
...
...

The crash is on line 705 of gtkmountoperation-x11.c

"if (cmdline_contents[n] == '\0')"

this is the first use of cmdline_contents so my bet is it's still NULL.
I'm guessing g_file_get_contents shouldn't have returned true and a NULL
cmdline_contents.

I'll keep his bug posted on my progress.

-- 
safely remove drive causes segfault in libgobject and libXtst
https://bugs.launchpad.net/bugs/462364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to