Re: [osol-discuss] mutex_owner_running not checking for null pointer

2009-04-24 Thread Mark Phalan
On Fri, 2009-04-24 at 05:37 -0700, Thomas Maier-Komor wrote: > Hi, > > I was just playing around with fuse a little bit on an opensolaris box > running in a virtual box. Then I had a situation where I had an assertion > fault in my libfuse linked executable in the middle of running a rename. T

[osol-discuss] mutex_owner_running not checking for null pointer

2009-04-24 Thread Thomas Maier-Komor
Hi, I was just playing around with fuse a little bit on an opensolaris box running in a virtual box. Then I had a situation where I had an assertion fault in my libfuse linked executable in the middle of running a rename. This caused the executable to terminate. After that the mv command that