https://bugs.winehq.org/show_bug.cgi?id=43579
Bug ID: 43579 Summary: starting any wine process on armv7l: Bus error (core dumped) Product: Wine Version: 2.15 Hardware: arm OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: jacek@codeweavers.com, nerv@dawncrow.de Regression SHA1: 3b30002aecf7cd55970979f7e02a53866fe66f1f Distribution: Debian
I recently got a chromebook, and after setting up a debian chroot, decided to try wine. I compiled from git, which worked fine out of the box, but crashed trying to run anything more than --version:
(stretch)austin@localhost:~$ ./wine-git/wine cmd /c "echo hi" Bus error (core dumped)
I installed wine from the repository (1.8.7), which I noticed works: (stretch)austin@localhost:~$ /usr/bin/wine cmd /c "echo hi" hi
regression testing points to:
3b30002aecf7cd55970979f7e02a53866fe66f1f is the first bad commit commit 3b30002aecf7cd55970979f7e02a53866fe66f1f Author: Jacek Caban jacek@codeweavers.com Date: Mon Oct 24 17:48:49 2016 +0200
ntdll: Cache error information for cacheable handles with no fd.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 aee6fddacd30e103f1d6e132eb6552d390714c7e ef03cabffd148f9ebf59c8503f7197b3238c7eae M dlls
uname -a: Linux localhost 3.14.0 #1 SMP PREEMPT Wed Jul 26 23:30:44 PDT 2017 armv7l GNU/Linux
I'm not very familiar with arm, so if there's some info that would be helpful, let me know.