Control: tabs -1 -confirmed +moreinfo +unreproducible

-=| Damyan Ivanov, 28.11.2016 07:23:00 +0000 |=-
> Control: tags -1 confirmed
> > tables=$( echo "show tables;" | FIREBIRD_BOOT_BUILD=true 
> > FIREBIRD=debian/firebird-image 
> > LD_LIBRARY_PATH=debian/firebird-image/lib 
> > FIREBIRD_MSG=debian/firebird-image debian/firebird-image/bin/isql 
> > -user SYSDBA debian/firebird-image/examples/empbuild/employee.fdb 
> > ) && \
> >     for table in $tables; do \
> >     echo "select * from $table;" | FIREBIRD_BOOT_BUILD=true 
> >     FIREBIRD=debian/firebird-image 
> >     LD_LIBRARY_PATH=debian/firebird-image/lib 
> >     FIREBIRD_MSG=debian/firebird-image 
> >     debian/firebird-image/bin/isql -user SYSDBA -e 
> >     debian/firebird-image/examples/empbuild/employee.fdb ; \
> >     done
> > Segmentation fault
> > debian/rules:166: recipe for target 'build-firebird-stamp' failed
> 
> Thanks. I am able to reproduce this in a stretch virtual machine.

And suddenly I am no longer able to reproduce it.

It crashed several times, then I upgraded libc libc6-bin from 2.24-5 
(stretch) to 2.24-7 (sid), which seemed to fix the crash, but 
downgrading it again didn't make the crash reappear.

So I discarded the VM and created it anew. Still, build goes on fine 
without crashes. Maybe some of the latest testing migrations (can't 
find a list) fixed it.

Santiago, can you still reproduce the crash on current stretch?


-- Damyan

Attachment: signature.asc
Description: Digital signature

Reply via email to