bugGuile - Bugs: bug #27959, srfi-18 threads do no start under...

 
 

bug #27959: srfi-18 threads do no start under VM auto-compilation

Submitter:  None
Submitted:  Fri 06 Nov 2009 03:22:13 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Nov 2009 03:22:13 PM UTC, original submission:  

Threads do not seem to start after a make-thread or start-thread! when run under auto-compilation and invoked from a macro. Two scripts are attached.

test-working: launches threads without using the macro. This works regardless of GUILE_AUTO_COMPILE settings

test-broken: runs if it is only ever run with GUILE_AUTO_COMPILE=0. If auto copmileation is allowed it fails to launch the threads and any subsequent runs (regardless of GUILE_AUTO_COMPILE settings) fail.

A log is also attached

Bothe xamples behave as expected under chicken.



Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #19005:  test-broken added by None (740B - application/octet-stream)
file #19004:  test-log.txt added by None (2KiB - text/plain)
file #19003:  test-working added by None (681B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2009-11-06 None Attached File- Added test-working, #19003
    Attached File- Added test-log.txt, #19004
    Attached File- Added test-broken, #19005

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code