Building today's git worked fine, until trying to run ~/wine-git/wine notepad, which results in a segmentation fault. Wine 0.9.58 from the reps works fine, as did rebuilding wine 0.9.58 in git. I'm starting the bisect now, but am about to leave this machine and won't be able to complete it until tomorrow. Anyone else seeing this?
On Tue, Apr 1, 2008 at 10:56 AM, Austin English austinenglish@gmail.com wrote:
Building today's git worked fine, until trying to run ~/wine-git/wine notepad, which results in a segmentation fault. Wine 0.9.58 from the reps works fine, as did rebuilding wine 0.9.58 in git. I'm starting the bisect now, but am about to leave this machine and won't be able to complete it until tomorrow. Anyone else seeing this?
No crashes here...
On Tue, Apr 1, 2008 at 10:56 AM, Austin English austinenglish@gmail.com wrote:
Building today's git worked fine, until trying to run ~/wine-git/wine notepad, which results in a segmentation fault. Wine 0.9.58 from the reps works fine, as did rebuilding wine 0.9.58 in git. I'm starting the bisect now, but am about to leave this machine and won't be able to complete it until tomorrow. Anyone else seeing this?
Hmm, I blew away my .wine directory. Now I'm seeing a segfault in wineprefixcreate:
$ ~/wine/wine-git/tools/wineprefixcreate -w ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Could not load Mozilla. HTML rendering will be disabled. /home/thestig/wine/wine-git/tools/wineprefixcreate: line 173: 6781 Segmentation fault "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
On Tue, Apr 1, 2008 at 12:53 PM, Lei Zhang thestig@google.com wrote:
On Tue, Apr 1, 2008 at 10:56 AM, Austin English austinenglish@gmail.com wrote:
Building today's git worked fine, until trying to run ~/wine-git/wine notepad, which results in a segmentation fault. Wine 0.9.58 from the reps works fine, as did rebuilding wine 0.9.58 in git. I'm starting the bisect now, but am about to leave this machine and won't be able to complete it until tomorrow. Anyone else seeing this?
Hmm, I blew away my .wine directory. Now I'm seeing a segfault in wineprefixcreate:
$ ~/wine/wine-git/tools/wineprefixcreate -w ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Could not load Mozilla. HTML rendering will be disabled. /home/thestig/wine/wine-git/tools/wineprefixcreate: line 173: 6781 Segmentation fault "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Git bisect says:
0a44a778f00c5283347646083f682333c11bccf3 is first bad commit commit 0a44a778f00c5283347646083f682333c11bccf3 Author: Aric Stewart aric@codeweavers.com Date: Mon Mar 31 09:15:29 2008 -0500
imm32: Begin to add basic framework for loading IMEs as dlls.
On 4/1/08, Lei Zhang thestig@google.com wrote:
On Tue, Apr 1, 2008 at 12:53 PM, Lei Zhang thestig@google.com wrote:
On Tue, Apr 1, 2008 at 10:56 AM, Austin English austinenglish@gmail.com wrote:
Building today's git worked fine, until trying to run ~/wine-git/wine notepad, which results in a segmentation fault. Wine 0.9.58 from the reps works fine, as did rebuilding wine 0.9.58 in git. I'm starting the bisect now, but am about to leave this machine and won't be able to complete it until tomorrow. Anyone else seeing this?
Hmm, I blew away my .wine directory. Now I'm seeing a segfault in wineprefixcreate:
$ ~/wine/wine-git/tools/wineprefixcreate -w ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Could not load Mozilla. HTML rendering will be disabled. /home/thestig/wine/wine-git/tools/wineprefixcreate: line 173: 6781 Segmentation fault "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Git bisect says:
0a44a778f00c5283347646083f682333c11bccf3 is first bad commit commit 0a44a778f00c5283347646083f682333c11bccf3 Author: Aric Stewart aric@codeweavers.com Date: Mon Mar 31 09:15:29 2008 -0500
imm32: Begin to add basic framework for loading IMEs as dlls.
Yep, broken on Hardy as well, haven't tested gutsy. Reverting that commit fixes it.
CC'ing Aric.
"Austin English" austinenglish@gmail.com writes:
On 4/1/08, Lei Zhang thestig@google.com wrote:
Git bisect says:
0a44a778f00c5283347646083f682333c11bccf3 is first bad commit commit 0a44a778f00c5283347646083f682333c11bccf3 Author: Aric Stewart aric@codeweavers.com Date: Mon Mar 31 09:15:29 2008 -0500
imm32: Begin to add basic framework for loading IMEs as dlls.
Yep, broken on Hardy as well, haven't tested gutsy. Reverting that commit fixes it.
I committed a fix.
On Tuesday 01 April 2008, Alexandre Julliard wrote:
"Austin English" austinenglish@gmail.com writes:
On 4/1/08, Lei Zhang thestig@google.com wrote:
Git bisect says:
0a44a778f00c5283347646083f682333c11bccf3 is first bad commit commit 0a44a778f00c5283347646083f682333c11bccf3 Author: Aric Stewart aric@codeweavers.com Date: Mon Mar 31 09:15:29 2008 -0500
imm32: Begin to add basic framework for loading IMEs as dlls.
Yep, broken on Hardy as well, haven't tested gutsy. Reverting that commit fixes it.
I committed a fix.
This broke for me on Gentoo too, the fix also fixed things for me.
- Neil