From: SourceForge.net <no...@so...> - 2005-12-14 14:54:21
|
Bugs item #1380483, was opened at 2005-12-14 06:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1380483&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxscript Initial Comment: Hi, I am developping with CodeBlocks/mingw under Windows XP and when I compile wxscript (after having modified some bugs, for instance when you set USE_LUA = 0, source files are yet dependent on LUA - see script.cpp l630 LUA2WX ...) I get some erros with test app. When I launch test1.exe or test2 I get this : (gdb) run Starting program: D:\Projet En cours\SmartTester\wxscript\tests\test1/test1.exe wxScript test program ------------------------- I will now run a customizable script ('math.script') and then I will compute the functions it contains for some fixed values (1,2,3...10). >I'm initializing the script interpreters... >For our tests, we are using: >Base path is: 'D:\Projet En cours\SmartTester\wxscript\tests\testscripts\' gdb: kernel event for pid=3372 tid=2284 code=EXCEPTION_DEBUG_EVENT) gdb: Target exception EXCEPTION_ACCESS_VIOLATION at 0x7c928fea Program received signal SIGSEGV, Segmentation fault. 0x7c928fea in ntdll!RtlpWaitForCriticalSection () from ntdll.dll (gdb) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1380483&group_id=51305 |