[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error
From: |
Pavel Kankovsky |
Subject: |
Re: Error |
Date: |
Wed, 14 Jun 2000 21:17:36 +0200 (MET DST) |
On Wed, 14 Jun 2000, Tomas Butkus wrote:
> could someone tell what is possible cause of this:
It crashes because fread() gets a null pointer, right?
> fread(void * 0x00000000, unsigned int 1, unsigned int 12, _iobuf *
> 0x102568e8) line 76 + 21 bytes
> TT_Read_File(void * 0x00000000, long 12) line 954 + 23 bytes
> TT_Access_Frame(long 4256041) line 313 + 12 bytes
I'd step through TT_Access_Frame and any functions it calls before
TT_Read_File. Something really odd happens here: TT_Access_Frame's only
argument should be equal to the second arg of TT_Read_File.
--Pavel Kankovsky aka Peak [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."
- Error, Tomas Butkus, 2000/06/14
- Re: Error,
Pavel Kankovsky <=