Re: [SDL] [PATCH] fix FB_VideoQuit for ia64

2005-01-14 Thread Stephane Marchesin
[from the SDL maling list] Jesse Barnes wrote: I noticed that on my ia64 machine when SDL_Quit was called, the machine would hang in weird ways. It turned out to be caused by a machine check in the memset() call near the top of FB_VideoQuit. Generally memset shouldn't be used on I/O regions li

Re: [SDL] [PATCH] fix FB_VideoQuit for ia64

2005-01-14 Thread Jesse Barnes
On Friday, January 14, 2005 11:43 am, Stephane Marchesin wrote: > [from the SDL maling list] > > Jesse Barnes wrote: > >I noticed that on my ia64 machine when SDL_Quit was called, the machine > > would hang in weird ways. It turned out to be caused by a machine check > > in the memset() call near

Re: [SDL] [PATCH] fix FB_VideoQuit for ia64

2005-01-16 Thread Stephane Marchesin
Jesse Barnes wrote: I figured other projects might have similar problems, thanks for checking dri. Please note that I didn't actually check the dri. I just happened to get an MCA from time to time at mesa solo startup and your post on the SDL list showed a possible reason to me. I already aud

Re: [SDL] [PATCH] fix FB_VideoQuit for ia64

2005-01-18 Thread Jesse Barnes
On Sunday, January 16, 2005 2:24 pm, Stephane Marchesin wrote: > Jesse Barnes wrote: > >I figured other projects might have similar problems, thanks for checking > > dri. > > Please note that I didn't actually check the dri. I just happened to get > an MCA from time to time at mesa solo startup and