Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-24 Thread Uwe Pross
On Wed, Jul 24, 2002 at 03:38:56PM +0200, Dominik Vogt wrote: > > I'm almost sure that this problem is related to multiple menu > styles. It never happened to me while I was using the default > menu style only, but I could provoke a crash twice when I defined > a new menu style for the root menu.

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-25 Thread Dominik Vogt
On Wed, Jul 24, 2002 at 10:16:20PM +0200, Uwe Pross wrote: > On Wed, Jul 24, 2002 at 03:38:56PM +0200, Dominik Vogt wrote: > > > > I'm almost sure that this problem is related to multiple menu > > styles. It never happened to me while I was using the default > > menu style only, but I could provo

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-25 Thread Uwe Pross
On July 25, 2002 at 10:40 +0200, Dominik Vogt wrote: > > I've seen two yet. They have in common that an invalid menu style > is accessed, for example via (from paint_menu()): > > MenuStyle *ms = MR_STYLE(mr); > > This expands to > > MenuStyle *ms = mr->ms->s; > That's right two occured i

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-25 Thread Dominik Vogt
On Thu, Jul 25, 2002 at 11:11:50AM +0200, Uwe Pross wrote: > On July 25, 2002 at 10:40 +0200, Dominik Vogt wrote: > > > > I've seen two yet. They have in common that an invalid menu style > > is accessed, for example via (from paint_menu()): > > > > MenuStyle *ms = MR_STYLE(mr); > > > > This

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-25 Thread Uwe Pross
On Thu, Jul 25, 2002 at 12:00:48PM +0200, Dominik Vogt wrote: > > If you look closely you can see that mr->ms->s is involved in all > cases (the static part of the menu style). Mikhael posted a > similar core dumps a few weeks ago. In his and one of the similar > crashes I got, the contents of m

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-25 Thread Dan Espen
Uwe Pross <[EMAIL PROTECTED]> writes: > On Thu, Jul 25, 2002 at 12:00:48PM +0200, Dominik Vogt wrote: > > > > If you look closely you can see that mr->ms->s is involved in all > > cases (the static part of the menu style). Mikhael posted a > > similar core dumps a few weeks ago. In his and one o

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Uwe Pross
On July 25, 2002 at 15:50 -0400, Dan Espen wrote: > > Usually Purify is good at finding those needles. > > If I knew what Fvwm features you were exercising, I might > find some time to do a Solaris build and Purify run. > I need config file statements, and actions to perform. I am not sure if pu

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Dominik Vogt
On Thu, Jul 25, 2002 at 09:42:12PM +0200, Uwe Pross wrote: > On Thu, Jul 25, 2002 at 12:00:48PM +0200, Dominik Vogt wrote: > > > > If you look closely you can see that mr->ms->s is involved in all > > cases (the static part of the menu style). Mikhael posted a > > similar core dumps a few weeks a

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Uwe Pross
On July 26, 2002 at 11:43 +0200, Dominik Vogt wrote: > > So, please post the responsible config file and describe exactly > what you are doing to provoke it. Since exposing a menu is part > of one of the core dumps, the problem may even be related *where* > you open the menus (they bounce off the

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Dominik Vogt
On Thu, Jul 25, 2002 at 09:42:12PM +0200, Uwe Pross wrote: > On Thu, Jul 25, 2002 at 12:00:48PM +0200, Dominik Vogt wrote: > > > > If you look closely you can see that mr->ms->s is involved in all > > cases (the static part of the menu style). Mikhael posted a > > similar core dumps a few weeks a

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Dominik Vogt
On Fri, Jul 26, 2002 at 01:43:29PM +0200, Uwe Pross wrote: > On July 26, 2002 at 11:43 +0200, Dominik Vogt wrote: > > > > So, please post the responsible config file and describe exactly > > what you are doing to provoke it. Since exposing a menu is part > > of one of the core dumps, the problem

Re: FVWM: Re: fvwm crashes when using dynamic menus

2002-07-26 Thread Uwe Pross
On Fri, Jul 26, 2002 at 02:11:47PM +0200, Dominik Vogt wrote: > On Fri, Jul 26, 2002 at 01:43:29PM +0200, Uwe Pross wrote: > > > > I thought you have reproduced the crash already. I am at the > > university now and I don't have the responsible config here. I will > > post it together with a descrip