[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: C++ throw problem
- From: Pascal Maillard <pascalmaillard@...>
- Date: Fri, 3 Jan 2003 23:12:53 +0100
Hi,
I have got a problem using lua 5.0 (beta) under Linux: I have integrated lua
into my C++ app and I execute a lua script using lua_dofile() inside a try
block. In this script, I call a registered global C function. When I throw a
value inside this C function, using the C++ command throw, that should be
caught by the catch block corresponding to the try block mentioned above, the
program aborts recieving a SIGABRT. Is there any possibility to get around
this problem, or is it a bug?
cö
Pascal Maillard