Displaying 2 results from an estimated 2 matches for "data_stack_fram".
Did you mean:
data_stack_frame
2004 Dec 20
1
panic with search
...92) at mempool-datastack.c:110
110 i_panic("pool_data_stack_realloc(): stack frame changed");
(gdb) list
105 /* @UNSAFE */
106 if (new_size == 0 || new_size > SSIZE_T_MAX)
107 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size);
108
109 if (dpool->data_stack_frame != data_stack_frame)
110 i_panic("pool_data_stack_realloc(): stack frame changed");
111
112 if (mem == NULL)
113 return pool_data_stack_malloc(pool, new_size);
114
(gdb) p dpool
$18 = (struct datastack_pool *) 0x80c7788
(gdb) p *dpool
$19 = {pool = {get_name = 0x80afbd5 <pool_...
2005 Sep 09
1
1.0alpha1: stack frame core
...0x83b98
(gdb) print *dpool
$7 = {pool = {get_name = 0x706f6f6c, ref = 0x5f646174, unref = 0x615f7374,
malloc = 0x61636b5f, free = 0x7265616c, realloc = 0x6c6f6328,
clear = 0x293a2073, get_max_easy_alloc_size = 0x7461636b,
alloconly_pool = 0, datastack_pool = 0}, refcount = 1835343971,
data_stack_frame = 1751215719}
(gdb) print data_stack_frea ame
$8 = 7
(gdb) quit
%exit
exit
script done on Fri Sep 09 09:47:29 2005