sqlite3 3.6.3 doesn't build on alpha

Bug #276821 reported by Elan Ruusamäe
2
Affects Status Importance Assigned to Milestone
PLD Linux
Won't Fix
Undecided
Unassigned
Ac
Fix Released
Undecided
Unassigned

Bug Description

tclsh ./tool/mksqlite3c.tcl
tclsh: allocatestack.c:404: allocate_stack: Assertion `size != 0' failed.
make: *** [sqlite3.c] Aborted

it's likely tcl problem, not sqlite3, but it doesn't fail on second run.

Revision history for this message
Elan Ruusamäe (glen666) wrote :
Revision history for this message
Elan Ruusamäe (glen666) wrote :

this is what i mean that it doesn't occour when ran manually:

20:29:50 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ rm sqlite3.c
20:29:52 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ tclsh ./tool/mksqlite3c.tcl

20:29:59 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ rm sqlite3.c
20:30:03 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ make sqlite3.c
tclsh ./tool/mksqlite3c.tcl
tclsh: allocatestack.c:404: allocate_stack: Assertion `size != 0' failed.
make: *** [sqlite3.c] Aborted
20:30:07 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$

Revision history for this message
Elan Ruusamäe (glen666) wrote :

debugged so far that it's caused by stack limit:

20:39:31 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ ulimit -s 18014398509481983
20:39:33 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ ulimit -s
18014398509481983
20:39:35 builder2[pts/3]@pld-alpha BUILD/sqlite-3.6.3-zz$ tclsh ./tool/mksqlite3c.tcl
tclsh: allocatestack.c:404: allocate_stack: Assertion `size != 0' failed.
Aborted

why invoked via make(1) such insane ulimit is set, and how?

Revision history for this message
Elan Ruusamäe (glen666) wrote :
Elan Ruusamäe (glen666)
Changed in pld-linux:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.