Re: [hatari-devel] Falcon emulation: Failed assertion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Falcon emulation: Failed assertion
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 12 Oct 2019 09:56:08 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1570866998; bh=R8XCY+b65aFHLa6yEUKGAiWEgzU8Soxxb6WJ8lR++Kc=; h=Date:From:To:Subject:From; b=hMZc2F85EUoTNiQgyqwzZVykCTwHDhb2s619gv2xl+Eoniz0gytsfxrXdmc14Sj/P 822523bGSOvtOuTsMqNVG2jB+vOC6DTjFbe8BEvb93ikPnpZDJIaZeSfMhbPXvU8jv OEgFEsMToJaidsvl8/Ulz+jeaye90y/mYrZsGv8xBIMzEJTTPH5FmjEIl4aqCG/LdK mMhoa3DnKTsJ4z2VyCVZq+I5KKTtl01FDfHmZl+VWasR7oAvzOJkxUqikOCsQ810/I 1NQzAKTh+fLzjQ14WUHml0QJfgCgDrZjWh78ChBCcGtZh3RSjbmdPLQmQZ8U4B3ZGl SSSm4OUbCZjEA==
Am Sat, 12 Oct 2019 08:54:38 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> With an emulated Falcon on Linux I get an assertion:
[...]
> hatari: /var/tmp/portage/media-libs/portaudio-19.06.00-r1/work/portaudio/src/hostapi/alsa/pa_linux_alsa.c:3636:
> PaAlsaStreamComponent_BeginPolling: Assertion `ret == self->nfds'
> failed. Aborted
That's not a crash in Hatari, but in Portaudio. I'd suggest to report
the bug to your Linux distro. Even if Hatari used the library in a
wrong way, it should not assert but report an error code to Hatari
instead.
For the time being, try to uninstall the portaudio-devel package and
compile Hatari without portaudio support.
Thomas