After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166672 - Crash in PyModule_GetDict
Crash in PyModule_GetDict
Status: RESOLVED FIXED
Product: nautilus-python
Classification: Other
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Johan (not receiving bugmail) Dahlin
Johan (not receiving bugmail) Dahlin
: 167778 168824 169878 333575 381201 442829 512351 513541 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-02-08 14:30 UTC by Eduardo de Oliveira Padoan
Modified: 2008-02-01 01:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Eduardo de Oliveira Padoan 2005-02-08 14:30:35 UTC
Distribution: Debian 3.1
Package: nautilus
Severity: blocker
Version: GNOME2.9.91 cvs (head)
Gnome-Distributor: Ubuntu
Synopsis: nautilus has quit unexpectedly
Bugzilla-Product: nautilus
Bugzilla-Component: general
Bugzilla-Version: cvs (head)
BugBuddy-GnomeVersion: 2.0 (2.9.1)
Description:
Description of the crash:
Nautilus does'nt load, just appers the error dialoge,

Steps to reproduce the crash:
1. Unknow.
2. 
3. 

Expected Results:


How often does this happen?
First time in 3 weeks using ubuntu hoary,



Debugging Information:

Backtrace was generated from '/usr/bin/nautilus'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its
symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1225042432 (LWP 8843)]
[New Thread -1226781776 (LWP 8844)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 2 (Thread -1226781776 (LWP 8844))

  • #0 __kernel_vsyscall
  • #1 poll
    from /lib/tls/i686/cmov/libc.so.6
  • #2 g_main_loop_get_context
    from /usr/lib/libglib-2.0.so.0
  • #3 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #4 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #5 link_thread_io_context
    from /usr/lib/libORBit-2.so.0
  • #6 ??
    from /usr/lib/libglib-2.0.so.0
  • #7 ??
  • #8 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #0 __kernel_vsyscall




------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-02-08 09:30 -------


Unknown version cvs (head) in product nautilus.  Setting version to "unspecified".
Unknown platform unknown. Setting to default platform "Other".
Unknown milestone "unknown" in product "nautilus".
   Setting to default milestone for this product, '---'
Setting to default status "UNCONFIRMED".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Elijah Newren 2005-02-08 16:16:45 UTC
Appears to be a unique stack trace.  Reassigning to nautilus-python.
Comment 2 Eduardo de Oliveira Padoan 2005-02-08 20:27:17 UTC
I removed the "python-nautilus" package and it the bug is gone. Some nautilus
=scripts iwritten in python too, btw...
Comment 3 Johan (not receiving bugmail) Dahlin 2005-02-18 19:31:49 UTC
*** Bug 167778 has been marked as a duplicate of this bug. ***
Comment 4 Johan (not receiving bugmail) Dahlin 2005-02-18 19:38:07 UTC
It seems to be because the availablity of a module is missing.
Seems like the module handle, sent in to PyModuel_GetDict is NULL.
Could be either pygtk, gobject, gtk or nautilus.

Checks should probably be added so it doesn't crash if it tries to load a module
it can't find. 
Comment 5 Elijah Newren 2005-02-28 22:30:38 UTC
*** Bug 168824 has been marked as a duplicate of this bug. ***
Comment 6 Elijah Newren 2005-03-10 21:19:35 UTC
*** Bug 169878 has been marked as a duplicate of this bug. ***
Comment 7 Daniel Holbach 2006-01-23 12:54:56 UTC
https://launchpad.net/products/gedit/+bug/28860 has another report of this.
Comment 8 Sebastien Bacher 2006-01-23 13:15:43 UTC
Daniel, that's not the same issue, one is about nautilus-python and the other about gedit
Comment 9 Daniel Holbach 2006-01-23 13:20:05 UTC
Ok, nevermind my comment then.
Comment 10 Gustavo Carneiro 2006-02-18 15:49:50 UTC
The crash was probably due to missing gnomevfs module.  Shouldn't crash anymore, but only give a g_warning in console, in CVS.  0.4.3 still had the problem, though.
Comment 11 Karsten Bräckelmann 2006-03-06 10:47:59 UTC
*** Bug 333575 has been marked as a duplicate of this bug. ***
Comment 12 Germán Poo-Caamaño 2006-12-01 12:47:56 UTC
*** Bug 381201 has been marked as a duplicate of this bug. ***
Comment 13 Johan (not receiving bugmail) Dahlin 2008-01-11 15:15:08 UTC
*** Bug 442829 has been marked as a duplicate of this bug. ***
Comment 14 André Klapper 2008-01-29 23:42:41 UTC
*** Bug 512351 has been marked as a duplicate of this bug. ***
Comment 15 Cosimo Cecchi 2008-02-01 01:12:33 UTC
*** Bug 513541 has been marked as a duplicate of this bug. ***