Re: [gtk-list] File selection problem
- From: Havoc Pennington <rhp zirx pair com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] File selection problem
- Date: Fri, 4 Jun 1999 18:01:53 -0400 (EDT)
On Fri, 4 Jun 1999, David J. Topper wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x40039807 in gtk_file_selection_file_button (widget=0x8075000, row=8,
> column=0, bevent=0x11, user_data=0x806a798) at gtkfilesel.c:1166
> 1166 switch (bevent->type)
>
> Anyone have some ideas? This is driving me crazy!
>
0x11 is a junk pointer, so bevent->type results in a segfault. Hard to say
why bevent is a junk pointer; it's clearly a bug, either in your code or
in the file selection. Perhaps you're corrupting some memory somewhere?
Memory corruption bugs often cause this kind of random weirdness.
You probably want to post a small segment of code demonstrating the
problem and the complete backtrace if you can't figure it out yourself.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]