Re: [hatari-devel] Running self-compiled Hatari on OS X |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Running self-compiled Hatari on OS X
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 14 Nov 2015 11:55:17 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1447498518; l=2025; s=domk; d=seimet.de; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Subject:To:From:Date; bh=3o6QSZD7bmamj6yNrWieMlAYjN8cJt0ufZJFuxRn3YM=; b=pAbT56DJAUhcQlGvPZ8r73QlmdVFGk+2VBBlEHfLGIXDNA4mEgIYa3/NLI5dVXdEPBT rwNybZvlYaSqD2qGxMPzb8sQkUw87JRMxCUbmPIUeY6Pq8EAVF5jAjVYq159+Eklez9Nv hYGXBqwE9ps2FbGa8Kxl/yqgpIHPr+KJQPc=
Not sure whether the attachment is what you need. If not, please tell me
how to get the required log.
> Le 14/11/2015 10:36, Uwe Seimet a écrit :
> > Hi all,
> >
> > I just compiled Hatari (latest sources) on OS X Mavericks with this compiler:
> >
> > Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
> > Target: x86_64-apple-darwin13.4.0
> > Thread model: posix
> >
> > When I run the binary I get a black Atari screen and when just waiting
> > some seconds later the binary crashes with a segmentation fault. I can
> > access the Hatari settings (F12), though, so it's not completely broken.
> > The pre-built Hatari 1.9.0 dmg distribution works fine, though.
> >
> Can you give us the crash log ?
> JV
>
>
>
Program received signal SIGSEGV, Segmentation fault.
0x0000000100824e0b in SDLGui_CenterDlg (dlg=0x10093e2e0)
at /Users/uweseimet/hatari/hatari/src/gui-sdl/sdlgui.c:223
223 dlg[0].x = (pSdlGuiScrn->w/sdlgui_fontwidth-dlg[0].w)/2;
(gdb) bt
#0 0x0000000100824e0b in SDLGui_CenterDlg (dlg=0x10093e2e0)
at /Users/uweseimet/hatari/hatari/src/gui-sdl/sdlgui.c:223
#1 0x000000010081fc4f in Dialog_HaltDlg ()
at /Users/uweseimet/hatari/hatari/src/gui-sdl/dlgHalt.c:50
#2 0x0000000100819302 in cpu_halt (id=<optimized out>)
at /Users/uweseimet/hatari/hatari/src/cpu/newcpu.c:4708
#3 bus_error () at /Users/uweseimet/hatari/hatari/src/cpu/newcpu.c:4245
#4 0x0000000100810028 in m68k_run_2ce ()
at /Users/uweseimet/hatari/hatari/src/cpu/newcpu.c:5347
#5 0x000000010080e5c2 in m68k_go (may_quit=<optimized out>)
at /Users/uweseimet/hatari/hatari/src/cpu/newcpu.c:5767
#6 0x00000001000422e2 in main (argc=<optimized out>, argv=<optimized out>)
at /Users/uweseimet/hatari/hatari/src/main.c:863