Re: [hatari-devel] MEMWATCH freezes Hatari |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] MEMWATCH freezes Hatari
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Mon, 22 Oct 2018 18:38:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1540226298; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=z/jqw3PrKDn/F9oXKe7Ufpx/FHkis5x1r3Px2vICNtw=; b=daVFus3ctrxCq68XPLiQ/4GSpJPGoKXjzp4rH8hEdESLcEBP3hPwOrdOERLzBT6MNB 83rVR3j66rLp0gyIO8r55jUT/k4EosPCD/npHBNBYSDTmO1htnu4ec63EzvVWJ1s/qYJ RD4aWE2sbsJ9Uy9RWqsaVyxdJTMkTRnA6y+DUS0ImNkeEpgi9/4ueiEQzq0qZ64oOTkz 0LTEEsvLbEEkz9hQEbf/DUgILxBW3wLqIUiug3hPSuNU8hIcfk0Z5ioyDB/7hlDV6TfZ GQk4CxwPqQyM4SDVqS9YSvlTz7BLy78AcgG30goAOKevNU+Ry6REK/MJZRohes/WCtB7 hHvw==
Hi,
There are several things I observed when testing more:
1. The resolution I was using in TT high mode was 1280x1024 pixels. With
1024x960 I do not get a double bus fault (with 8 MB ST-RAM and 16 MB
TT-RAM) anymore with PD but a segmentation fault:
#0 0x00005555578a4f00 in regs ()
#1 0x0000000000000003 in ?? ()
#2 0x0000555555ec643f in get_iword_mmu030c_state (o=4)
at /home/us/hatari/hatari/src/cpu/cpummu030.h:781
#3 op_41e8_35_ff (opcode=<optimized out>)
at /home/us/hatari/hatari/src/cpu/cpuemu_35.c:16676
#4 0x0000555555937dcb in m68k_run_mmu030 ()
at /home/us/hatari/hatari/src/cpu/newcpu.c:6623
#5 0x000055555593339a in m68k_go (may_quit=<optimized out>)
at /home/us/hatari/hatari/src/cpu/newcpu.c:7719
2. With no ST-RAM and 4 MB ST-RAM PD seems to work.
3. With 8 MB ST-RAM there is a double bus fault again.
Best regards
Uwe
> Le 22/10/2018 à 08:13, Uwe Seimet a écrit :
> > Hi,
> >
> > I'm afraid there is no improvement with my system: PD still crashes with a
> > double bus fault, and Tempus Word freezes, just like before. ASV, which
> > before was hanging in a loop because of the missing timer emulation now also
> > crashes with a double bus fault instead.
> > It does not make a difference whether I enable cycle exact and prefetch
> > or not.
> >
>
> Hi
>
> does pure debugger works better if you don't use TT ram at all, only 8
> MB of ST ram for example ?
>
>