View previous topic :: View next topic |
Author |
Message |
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Thu Apr 10, 2003 10:44 pm Post subject: weird nautilus segfault |
|
|
nautilus 2.2.3
glibc 2.3.2-r1 (2.3.2/2.3.1 also but no luck either)
Nautilus used to work fine (glibc 2.3.2) as well on 2.4.20 (gaming sources) and 2.5.65 (development-sources)
Then one day it started segfaulting, with every user (so .gnome* or .gconf* dirs have naothing to do with it)
Rebuilding glibc doesnt work, nautilus keeps segfaulting
using gdb I get this output:
Code: |
(gdb) run
Starting program: /usr/bin/nautilus
(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)...[New Thread 16384 (LWP 26353)]
(nautilus:26353): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 26353)]
0x40215683 in strlen () from /lib/libc.so.6
|
Anyone else having this problem? |
|
Back to top |
|
|
David_Escott l33t
Joined: 12 Jan 2003 Posts: 952 Location: Boston, MA
|
Posted: Thu Apr 10, 2003 11:59 pm Post subject: |
|
|
had you upgraded gnome-session?
You might try rebuilding nautilus if you did. |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Fri Apr 11, 2003 12:48 am Post subject: |
|
|
I rebuild nautilus also, I'll try rebuilding gnome-session then |
|
Back to top |
|
|
MaitreChang n00b
Joined: 23 Mar 2003 Posts: 32
|
Posted: Fri Apr 11, 2003 9:52 am Post subject: Idem |
|
|
Exactly the same thing happens to me. |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Fri Apr 11, 2003 10:32 am Post subject: |
|
|
I tested it with my development kernel and other (older) glibc versions and nautilus still segfaults (gnome-session rebuild didnt solve it)
The weirdest thing is that this version of nautilus worked fine with glibc 2.3.2 some days ago...
/me is very puzzeled |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Fri Apr 11, 2003 2:50 pm Post subject: |
|
|
Hmm, I unprelinked my system and build glibc and nautilus again, prelinked everthing again after that but nautilus (2.2.2/2.2.3) still segfaults..
Maybe its some other app that causes nautilus to crash |
|
Back to top |
|
|
David_Escott l33t
Joined: 12 Jan 2003 Posts: 952 Location: Boston, MA
|
Posted: Fri Apr 11, 2003 3:23 pm Post subject: |
|
|
(nautilus:6885): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
that error message is unrelated to the crash. I get it when I run nautilus as root (since I have no gnome-session running it cannot connect). Does strace give you anything helpful? You might also put inherit debug in your ebuild and rebuild nautilus. |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Sun Apr 13, 2003 9:03 pm Post subject: |
|
|
I've unmerged all of gnome (and nautilus) but it still segfaults..
I will try strace later on .. |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Sun Apr 13, 2003 10:58 pm Post subject: |
|
|
I love strace
Seemed nautilus didn't like supermount |
|
Back to top |
|
|
David_Escott l33t
Joined: 12 Jan 2003 Posts: 952 Location: Boston, MA
|
Posted: Sun Apr 13, 2003 11:33 pm Post subject: |
|
|
Glad that helped you find the problem. Unfortunately I don't know supermount so I can't help there, but good luck. |
|
Back to top |
|
|
Amberdawn n00b
Joined: 13 Apr 2003 Posts: 2
|
Posted: Sun May 11, 2003 6:51 am Post subject: |
|
|
If you haven't already done so, try commenting out sub-pixel rendering in /etc/fonts/fonts.conf
Code: | <!--
Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
--> |
|
|
Back to top |
|
|
|