Re: Timer problems.
- From: Havoc Pennington <hp redhat com>
- To: dylang+gtk_devel thock com
- Cc: GTK development <gtk-devel-list gnome org>,Owen Taylor <otaylor redhat com>
- Subject: Re: Timer problems.
- Date: 17 Jun 2000 17:45:08 -0400
Dylan Griffiths <dylang+gtk_devel@thock.com> writes:
> I spent 2 hours tracing this around. I malloc the initial node of the
> linked list during startup, and do not free it in the entire source code
> (feel free to grep for a free). When I was stepping through the
> timercallbacks in gdb, the memory did not self corrupt. However, when I
> "continue"ed, that's when corruption occured.
>
Maybe try setting a watchpoint on the memory area that gets mangled.
I assume you aren't using GList, since you shouldn't use malloc with
that.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]