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 backtrace/19382] New: Segmentation fault on print


https://sourceware.org/bugzilla/show_bug.cgi?id=19382

            Bug ID: 19382
           Summary: Segmentation fault on print
           Product: gdb
           Version: 7.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: backtrace
          Assignee: unassigned at sourceware dot org
          Reporter: damir.franusic at gmail dot com
  Target Milestone: ---

Program received signal SIGSEGV, Segmentation fault.
0x0000000000566668 in value_entirely_covered_by_range_vector ()
(gdb) bt
#0  0x0000000000566668 in value_entirely_covered_by_range_vector ()
#1  0x000000000067b0e2 in cp_print_value_fields ()
#2  0x000000000067be30 in cp_print_value_fields_rtti ()
#3  0x0000000000679a7e in c_val_print ()
#4  0x00000000005788f2 in val_print ()
#5  0x000000000067ae17 in cp_print_value_fields ()
#6  0x000000000067be30 in cp_print_value_fields_rtti ()
#7  0x0000000000679a7e in c_val_print ()
#8  0x00000000005788f2 in val_print ()
#9  0x000000000067a468 in c_value_print ()
#10 0x000000000057ff87 in print_value ()
#11 0x0000000000580031 in print_command_1 ()
#12 0x0000000000686f2d in execute_command ()
#13 0x00000000005c2a11 in command_handler ()
#14 0x00000000005c2f6c in command_line_handler ()
#15 0x00007ffff7bbf33e in rl_callback_read_char () from /lib64/libreadline.so.6
#16 0x00000000005c2a79 in rl_callback_read_char_wrapper ()
#17 0x00000000005c2ac3 in stdin_event_handler ()
#18 0x00000000005c198d in gdb_wait_for_event ()
#19 0x00000000005c1bd2 in gdb_do_one_event ()
#20 0x00000000005c1c4e in start_event_loop ()
#21 0x00000000005bb983 in captured_command_loop ()
#22 0x00000000005b8e6d in catch_errors ()
#23 0x00000000005bc916 in captured_main ()
#24 0x00000000005b8e6d in catch_errors ()
#25 0x00000000005bcdbb in gdb_main ()
#26 0x000000000045b5d5 in main ()

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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