Re: Weird irreproducible error
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Weird irreproducible error
- From: Steve Heller <steve@...>
- Date: 2007年10月09日 09:54:19 -0500
On 2007年10月09日 15:48:24 +0100, David Given <dg@cowlark.com>
wrote:
>Steve Heller wrote:
>[...]
>> I wonder if it may be caused or related to a threading issue, or some
>> other program malfunctioning. I'm running it on a dual core machine.
>> Does the garbage collector run on a different thread? Could that cause
>> a race condition? This looks like a multithreading problem if it isn't
>> hardware.
>
>The Lua core doesn't use threads --- so unless your code is explicitly
>using them, this shouldn't happen.
Nope. Ok, one more hypothesis down. Thanks!
Steve