On 22/03/2016 11:18, Jon Turney wrote:
On 20/03/2016 09:57, Marco Atzeri wrote:
I have finally identified where ncview was
segfaulting on X86_64
The solution was to reverse the order of destruction
for a chain of widgets
Nice to see that you have resolved this.
It's not clear from what you w
On 20/03/2016 09:57, Marco Atzeri wrote:
I have finally identified where ncview was
segfaulting on X86_64
The solution was to reverse the order of destruction
for a chain of widgets
Nice to see that you have resolved this.
It's not clear from what you write if you are sure there is an
undocu
I have finally identified where ncview was
segfaulting on X86_64
The solution was to reverse the order of destruction
for a chain of widgets
i=0;
- while( (w = *(diminfo_row_widget + i++)) != NULL )
- XtDestroyWidget( w );
+ while( (w = *(diminfo_row_widget + i)
3 matches
Mail list logo