In an effort to track down the source of the problem,
Launching Nautilus from a terminal I get:
r...@imperial-command:~# nautilus

(nautilus:5720): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
`preferences_is_initialized ()' failed

** (nautilus:5720): WARNING **: No marshaller for signature of signal
'UploadFinished'

** (nautilus:5720): WARNING **: No marshaller for signature of signal
'DownloadFinished'

** (nautilus:5720): WARNING **: No marshaller for signature of signal 
'ShareCreateError'
Initializing nautilus-gdu extension
Initializing nautilus-open-terminal extension

I installed nautilus-dbg, then tried gdb to get a back trace. 
I launch gdb with my usual setup:
gdb nautilus 2>&1 | tee gdb-nautilus1.txt
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run

However, it 
a) reports
Reading symbols from /usr/bin/nautilus...Reading symbols from 
/usr/lib/debug/usr/bin/nautilus...done.
(no debugging symbols found)...done.
b) exits and nautilus restarts without it.

Can someone give me a few hints on how to properly backtrace a nautilus process?
gdb output below:


GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/nautilus...Reading symbols from 
/usr/lib/debug/usr/bin/nautilus...done.
(no debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]

(nautilus:882): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
[New Thread 0x7fffebf7d910 (LWP 885)]
[Thread 0x7fffebf7d910 (LWP 885) exited]

Program exited normally.
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]

(nautilus:4041): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
[New Thread 0x7fffebf7d910 (LWP 4044)]
[Thread 0x7fffebf7d910 (LWP 4044) exited]

Program exited normally.
(gdb)

-- 
Nautilus no longer generates thumbnails for images
https://bugs.launchpad.net/bugs/463200
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to