Re: [Vala] Problem with Posix.isspace() : Memory leak ?
- From: Serge Hulne <serge hulne gmail com>
- To: Levi Bard <taktaktaktaktaktaktaktaktaktak gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Problem with Posix.isspace() : Memory leak ?
- Date: Tue, 14 Jun 2011 00:52:40 +0200
the result of the run with gdb is:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00007fff5f3ffff8
0x00000001001500c4 in gee_linked_list_node_free (self=0x103ff67a0) at
linkedlist.c:1182
1182 static void gee_linked_list_node_free (GeeLinkedListNode* self) {
(gdb)
Which seems to point to a memory access problem related to the Gee
GeeLinkedList container.
Apparently the GeeLinkedList tries to free (a) node(s) which has (have) not
been allocated.
Serge.
On Mon, Jun 13, 2011 at 6:00 PM, Levi Bard <
taktaktaktaktaktaktaktaktaktak gmail com> wrote:
Thanks, I will try that as soon as I can get my hands on a Linux box,
i.e. by next week-end (installing "nemiver" on a Mac, results in too
many unmet dependencies).
Gdb should work equally well.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]