Changes between Initial Version and Version 1 of Ticket #931

Show
Ignore:
Timestamp:
08/17/09 12:05:38 (12 years ago)
Author:
jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #931 – description

    initial v1  
    33On Win32 + MS VC++, the following segfaults: 
    44 
     5{{{ 
    56.loadlib 'math_ops' 
    67.loadlib 'obscure_ops' 
     
    89    say "alive" 
    910.end 
     11}}} 
    1012 
    1113If I remove one or the other of these libraries, or re-order them, the effect is exactly the same. The segfault happens on line 1173 of src/runcore/main.c and always when loading the second dynops library (whichever one comes first seems to load just fine, and it explodes on the second one).