Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#611 closed defect (invalid)

lzma tests segfaults on its tests

Reported by: Christian Kellermann Owned by: alaricsp
Priority: major Milestone: 4.9.0
Component: unknown Version: 4.7.x
Keywords: egg lzma test core dump Cc:
Estimated difficulty:

Description

trunk of lzma egg on

CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.0
openbsd-unix-gnu-mips [ 64bit dload ptables ]
compiled 2011-06-13 on thalia.my.domain (OpenBSD)

with the lzma lib taken from http://tokyocabinet.sourceforge.net/misc/lzmalib-0.0.1.tar.gz

I get during the test:

Original size: 17701
/home/ckeen/chickens/4.7.0/bin/csi:/home/ckeen/chickens/4.7.0/lib/chicken/6/lzma.so: undefined symbol 'lzma_compress'
lazy binding failed
Segmentation fault (core dumped)

When doing chicken-install -test lzma

Change History (2)

comment:1 Changed 13 years ago by Christian Kellermann

Resolution: invalid
Status: newclosed

I am officially stupid. It seems that this causes a library collision with the liblzma.so that is packages with the xz tool my system pulled in because of some stupid dependency.

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.