This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug mi/10758] -var-list-children hangs


------- Additional Comments From andre dot poenitz at nokia dot com  2009-10-12 09:13 -------

Seems like a division by zero is involved:

(gdb) step

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0xb7b0f8d0 (LWP 24700)]
0x08130839 in value_primitive_field (arg1=0xa234f00, offset=0, fieldno=4, 
    arg_type=0x99094a8) at value.c:1892
1892          if ((bitpos % container_bitsize) + v->bitsize <= container_bitsize
(gdb) p container_bitsize
$1 = 0
(gdb) 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10758

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]