Bug#251751: nautilus: Does not start - fails to pass its own checks

Adam Majer Adam Majer <adamm@galacticasoftware.com>, 251751@bugs.debian.org
Sun, 30 May 2004 15:34:11 -0500


Sebastien Bacher wrote:

>Le dim, 30/05/2004 à 12:22 -0500, Adam Majer a écrit :
>
>  
>
>> ps ax | grep nautilus
>> 1275 ?        Ss     0:00 nautilus --sm-config-prefix /nautilus-hzZy6p/ --sm-client-id 117f000001000108239999700000008380000 --screen 0 --no-default-window
>> 1279 ?        Ss     0:00 /usr/bin/nautilus -n
>> 1308 ?        S      0:00 nautilus network:
>> 1310 pts/0    S+     0:00 /usr/bin/python2.3 -S /usr/bin/reportbug nautilus
>>17714 pts/1    S+     0:00 nautilus -c
>>    
>>
>
>Sorry, I've read the report but it was not clear for me. According to
>the ps output nautilus is running (1275) ...
>
>  
>
Yes, according to ps it is. According to strace, it is waiting for a
futex forever.

int main()
{
    sleep( -1 );
    printf("Will never print me");
    return 0;
}

will be running as well, but never print the message or exit. ps will
say it is running :)

>>adamm@mira:~$ nautilus -c
>>    
>>
>
>This is the bug already reported :)
>  
>

No, this bug was not about "natilus -c causing failures with different
LANG and terminating with errors".  This bug was "natilus -c (as
example) running and stalling. Test was never complete and nautilus was
waiting for some futex".


>>I've also attached an strace output. It gets stuck at the end. 
>>    
>>
>
>According to your next mail the bug is fixed by removing .gnome* .. have
>you kept these to track the bug ? If not we can close it since it's
>fixed for you, you are the only submitter for this and we have no way to
>track it ...
>  
>
Ok. I guess it can be closed. These were old .gnome* directories, way back since gnome 2.0 came out.. or possibly Gnome <=1.4. Probably some compatibility problems.

- Adam