Bug#264266: nautilus: Segmentation fault in postinst

Christian Marillat Christian Marillat <marillat@debian.org>, 264266@bugs.debian.org
Sun, 08 Aug 2004 03:02:04 +0200


Sebastien Bacher <seb128@debian.org> writes:

> Le samedi 07 ao=FBt 2004 =E0 22:55 +0200, Christian Marillat a =E9crit =
:
>> Package: nautilus
>> Version: 2.6.3b-3
>> Severity: grave
>> Justification: renders package unusable
>
>> $SCHEMA_LOCATION/$SCHEMA isn't defined in that script.
>
> Hi,
>
> Could you provide your script ?
>
> I've just download the i386 deb on a debian mirror and the postinst is:

Seems ro ne a problem with gconftool-2 and/or with the schemas file. If
I launch
HOME=3D/root GCONF_CONFIG_SOURCE=3D`gconftool-2 --get-default-source` sud=
o
gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/apps_nautilu=
s_preferences.schemas

from the command line gconftoll-2 segfault. The gdb output :


(gdb) run
Starting program: /usr/bin/gconftool-2 gconftool-2 --makefile-install-rul=
e /usr/share/gconf/schemas/apps_nautilus_preferences.schemas
(no debugging symbols found)...Using host libthread_db library "/lib/tls/=
libthread_db.so.1".
(no debugging symbols found)...(no debugging symbols found)...(no debuggi=
ng symbols found)...(no debugging symbols found)...(no debugging symbols =
found)...(no debugging symbols found)...(no debugging symbols found)...(n=
o debugging symbols found)...(no debugging symbols found)...(no debugging=
 symbols found)...(no debugging symbols found)...[Thread debugging using =
libthread_db enabled]
[New Thread 1077832384 (LWP 15237)]
(no debugging symbols found)...(no debugging symbols found)...(no debuggi=
ng symbols found)...(no debugging symbols found)...(no debugging symbols =
found)...(no debugging symbols found)...(no debugging symbols found)...(n=
o debugging symbols found)...(no debugging symbols found)...(no debugging=
 symbols found)...I/O warning : failed to load external entity "gconftool=
-2"
[Invalid UTF-8] L'ouverture de \xc2\xab\xc2\xa0gconftool-2\xc2\xa0\xc2\xb=
b a \xc3\xa9chou\xc3\xa9\xc2\xa0: Aucun fichier ou r\xe9pertoire de ce ty=
pe

Program exited with code 01.

Christian