Hello!

Here is the debug output(Intel debugger), the skyblue code is my program output:

[EMAIL PROTECTED]:~/Documentos/Proyectos/LuaExample$ 
/opt/intel/idb/10.1.018/bin/idb dist/Release/IntelSDK-Linux-x86/luaexample 
Intel(R) Debugger for applications running on IA-32, Version 10.1-35 , Build 
20080310
------------------ 
object file name: dist/Release/IntelSDK-Linux-x86/luaexample 
Reading symbols from 
/home/raulhuertas/Documentos/Proyectos/LuaExample/dist/Release/IntelSDK-Linux-x86/luaexample...done.
(idb) file dist/Release/IntelSDK-Linux-x86/luaexample
Reading symbols from 
/home/raulhuertas/Documentos/Proyectos/LuaExample/dist/Release/IntelSDK-Linux-x86/luaexample...done.
(idb) run
Starting program: 
/home/raulhuertas/Documentos/Proyectos/LuaExample/dist/Release/IntelSDK-Linux-x86/luaexample
Version de Lua: Lua 5.1.4
Se cargó el archivo
Lua: Hola Lua and C    lun 24 nov 2008 11:04:02 PET
Lua: Se terminó de ejecutar el script de lua
No hubieron errores interpretando el archivo'
Se cargó y ejecutó el archivo por completo
get field 'probandolua' 
push 1 y push 2 
Esta es la función de prueba Lua    nil    12312,56
No hubieron errores llamando la función 'probandolua'
Se va  a llamar a 'luaclose'
Program received signal SIGSEGV
free () in /lib/tls/i686/cmov/libc-2.7.so
(idb) bt
#0  0xb7d634ac in free () in /lib/tls/i686/cmov/libc-2.7.so
#1  0x080609e2 in l_alloc () in 
/home/raulhuertas/Documentos/Proyectos/LuaExample/dist/Release/IntelSDK-Linux-x86/luaexample
#2  0xb77b9a60

I've not debugged before(), can this be a libc bug? or a free to an already 
deleted memory location?

_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to