[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] BUS Error in tz.c



Am Sonntag, den 08.08.2010, 18:52 +0200 schrieb m0n0 <ole@monochrom.net>:

> gdb outputs: 
> Program received signal SIGBUS, Bus error.
> 
> .L190 () at ../time/tz.c:854
> 
> 854     ../time/tz.c: No such file or directory.

The program calling into tz.c is doing the following: 

putenv("TZ=");
tzset(); <--- BUS error happens in here. 

Greets,
m0n0