Re: [hatari-devel] Statistician app NULL pointer crash with GEMDOS HD emu? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On sunnuntai 24 elokuu 2014, Thomas Huth wrote:
> schrieb "Konador, Cyprian" <cyprian.konador@xxxxxx>:
> > > -----Original Message-----
> > > From: Eero Tamminen
> > > Sent: Friday, August 22, 2014 9:38 PM
> > >
> > > Could somebody more knowledgeable with ASM look into why
> > > Statistician application:
> > > http://www.umich.edu/~archive/atari/Utilities/Benchmark/stats.lzh
> > >
> > > Crashes right after doing Dfree() call with Hatari GEMDOS HD
> > > emulation, when you click on a (GEMDOS HD emu) drive name button.
FYI: It crashes also if one clicks onto an active floppy drive
which doesn't have a disk image inserted. In this case TOS
returns -1 from Dfree() in D0 and DISKINFO struct contents are
zeroes (i.e. this is different from GEMDOS HD emu case), so I
guess the program doesn't check error code properly.
(With normal TOS 1.04, one needs to cancel "Drive not responding"
dialog 2 times before Dfree() returns, with EmuTOS there's no
query.)
> > Hmm, I tested it from GEMDOS drive and was working ok.
> > I've just checked it with latest build and also works ok.
>
> Eero, do you have any accessories or AUTO folder programs installed?
No.
> If so, could you remove them first? And which TOS version are you using?
I tried latest EmuTOS 512k CVS snapshot and TOS 1.04. Same happens
also with TOS 2.06.
- Eero