Lire 1.3 on RedHat 9

Francis J. Lacoste flacoste at logreport.org
Tue Jun 17 01:08:51 CEST 2003


On lun, 2003-06-16 at 18:50, Willman, Matt B - CNF wrote:
> Give the man a kewpie doll.
> 
> [...]
> ASCII output segfaults also.
> 
> XML parser was installed from RedHat RPMS, as was expat
> 
> perl-XML-Parser-2.31-15
> expat-1.95.5-2
> 
> Is there any information I can provide to make debugging easier?  Anything I
> should look at or different versions of software to try?
> 

Actually, I think I know the problem: Red Hat probably decided that it
was time to ship perl with threading enabled. Which causes all sort
of troubles. (I googled for that weird message I saw in your first post:
"Attempt to free non-existent shared string" and this seems to be
related to threading.) 

The problem might be related to a non-thread aware compilation of
XML-Parser, but I'd expect Red Hat to rebuild all the perl RPMS when
they upgrade perl.

Anyway, you can check for a thread-enabled perl build by running the
command:

perl -V:usethreads

Here, it says:

usethreads='undef';

Next step would be to recompile the XML-Parser module just to see
if it solves the problem.

Francis J. Lacoste

-- 
Francis J. Lacoste              . .           http://www.logreport.org
/^LogReport$/               . .               flacoste at logreport.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.logreport.org/pipermail/development/attachments/20030616/6dbf4695/attachment.bin 


More information about the Development mailing list