* Sporadic BSOD with msys git?
@ 2009-01-29 11:54 Mark Burton
2009-01-29 12:18 ` Christian MICHON
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Mark Burton @ 2009-01-29 11:54 UTC (permalink / raw)
To: git
Hi,
I occasionally have to use Windows (XP under VMWare) and thought I would try
out msysgit so I installed the recent version (1.6.1). For what I was
wanting to use it for, it worked OK.
However, I then started getting crashes when using the Windows explorer. I would
click on a folder to look at its contents and, whammo, Windows would crash. It
just happened every now and again, not all the time.
I uninstalled msysgit and now the crashes are not happening any more. Not
exactly conclusive evidence but, perhaps, there's an issue there?
Has anyone else seen this?
Cheers,
Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sporadic BSOD with msys git?
2009-01-29 11:54 Sporadic BSOD with msys git? Mark Burton
@ 2009-01-29 12:18 ` Christian MICHON
2009-01-29 12:27 ` John Chapman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Christian MICHON @ 2009-01-29 12:18 UTC (permalink / raw)
To: Mark Burton; +Cc: git
On Thu, Jan 29, 2009 at 12:54 PM, Mark Burton <markb@ordern.com> wrote:
>
> Hi,
>
> I occasionally have to use Windows (XP under VMWare) and thought I would try
> out msysgit so I installed the recent version (1.6.1). For what I was
> wanting to use it for, it worked OK.
>
> However, I then started getting crashes when using the Windows explorer. I would
> click on a folder to look at its contents and, whammo, Windows would crash. It
> just happened every now and again, not all the time.
>
> I uninstalled msysgit and now the crashes are not happening any more. Not
> exactly conclusive evidence but, perhaps, there's an issue there?
>
> Has anyone else seen this?
>
> Cheers,
>
> Mark
> --
no, never on virtual machines, nor on real systems (xp+vista).
could you try on a freshly installed version of xp inside a vm ? maybe
also provide please the release details (os, msysgit, etc...)
a test case allowing to reproduce with predictability would be also welcome...
--
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sporadic BSOD with msys git?
2009-01-29 11:54 Sporadic BSOD with msys git? Mark Burton
2009-01-29 12:18 ` Christian MICHON
@ 2009-01-29 12:27 ` John Chapman
2009-01-29 14:36 ` Peter Harris
2009-01-29 14:41 ` Mark Burton
3 siblings, 0 replies; 5+ messages in thread
From: John Chapman @ 2009-01-29 12:27 UTC (permalink / raw)
To: Mark Burton; +Cc: git
Is that a clean windows XP system in VMware - with how much RAM?
- I just find it strange, because I've had a similar setup, but never
once got a crash like that.
Additionally, the BSOD is in the guest, and not the host?
- if it is the host that is BSOD'ing, then go check your memory,
something's wierd there.
On Thu, 2009-01-29 at 11:54 +0000, Mark Burton wrote:
> Hi,
>
> I occasionally have to use Windows (XP under VMWare) and thought I would try
> out msysgit so I installed the recent version (1.6.1). For what I was
> wanting to use it for, it worked OK.
>
> However, I then started getting crashes when using the Windows explorer. I would
> click on a folder to look at its contents and, whammo, Windows would crash. It
> just happened every now and again, not all the time.
>
> I uninstalled msysgit and now the crashes are not happening any more. Not
> exactly conclusive evidence but, perhaps, there's an issue there?
>
> Has anyone else seen this?
>
> Cheers,
>
> Mark
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sporadic BSOD with msys git?
2009-01-29 11:54 Sporadic BSOD with msys git? Mark Burton
2009-01-29 12:18 ` Christian MICHON
2009-01-29 12:27 ` John Chapman
@ 2009-01-29 14:36 ` Peter Harris
2009-01-29 14:41 ` Mark Burton
3 siblings, 0 replies; 5+ messages in thread
From: Peter Harris @ 2009-01-29 14:36 UTC (permalink / raw)
To: Mark Burton; +Cc: git
On Thu, Jan 29, 2009 at 6:54 AM, Mark Burton wrote:
>
> I occasionally have to use Windows (XP under VMWare) and thought I would try
> out msysgit so I installed the recent version (1.6.1). For what I was
> wanting to use it for, it worked OK.
>
> However, I then started getting crashes when using the Windows explorer. I would
> click on a folder to look at its contents and, whammo, Windows would crash. It
> just happened every now and again, not all the time.
msysgit does not install any drivers, so it cannot possibly be the
cause of any BSOD.
> Has anyone else seen this?
It's usually bad hardware or a bad driver. (VMWare is virtual
hardware, so buggy versions count as "bad hardware")
Either of the above can cause problems that appear and disappear based
on unrelated factors, which makes them hard to track down. But if it's
a BSOD, the root cause is not msysgit.
Peter Harris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sporadic BSOD with msys git?
2009-01-29 11:54 Sporadic BSOD with msys git? Mark Burton
` (2 preceding siblings ...)
2009-01-29 14:36 ` Peter Harris
@ 2009-01-29 14:41 ` Mark Burton
3 siblings, 0 replies; 5+ messages in thread
From: Mark Burton @ 2009-01-29 14:41 UTC (permalink / raw)
To: git
Hi,
Thanks for the responses.
The crash is in the XP guest, not the host (the host is a Linux box).
The XP image is quite old and has had quite a lot of stuff
installed/un-installed over time so I will try again using a fresh XP VM
updated with all the latest M$ fixes.
Cheers,
Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-29 14:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 11:54 Sporadic BSOD with msys git? Mark Burton
2009-01-29 12:18 ` Christian MICHON
2009-01-29 12:27 ` John Chapman
2009-01-29 14:36 ` Peter Harris
2009-01-29 14:41 ` Mark Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).