------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=109635 rgruber users sourceforge net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kdevelop-bugs kdevelop org |rgruber users sourceforge ne | |t Status|UNCONFIRMED |ASSIGNED everconfirmed|0 |1 ------- Additional Comments From rgruber users sourceforge net 2005-07-31 11:00 ------- Confirmed! The problem is, that gdb prints this string like this: $1 = 0x804ddf3 ' ' , "12 34 56 " Note that there is a comma after the repeats-block. Our gdb-parser assumes that a comma separates two variables, which is not right in this case. I will fix this bug the next days together with another representation bug encountered with references which points to structs or classes.