From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7093 invoked by alias); 10 May 2013 11:19:52 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 7065 invoked by uid 48); 10 May 2013 11:19:51 -0000 From: "evvke at hotmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/15453] Free Pascal and Lazarus: Internal-error TYPE_CODE_UNDEF and crash when executing command 'ptype Form1.Test' Date: Fri, 10 May 2013 11:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: evvke at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00221.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15453 --- Comment #2 from evvke at hotmail dot com 2013-05-10 11:19:50 UTC --- Backtrace from GDB which are built from 7.6 source. #0 0x767143f9 in strlen () from C:\windows\syswow64\msvcrt.dll 0000001 0x006470d7 in xstrdup (s=0x0) at ./xstrdup.c:33 0000002 0x0044db2c in mi_cmd_interpreter_exec ( command=0x6c286a <__PRETTY_FUNCTION__.21574+3209> "-interpreter-exec", argv=0x2a0fc40, argc=2) at ./mi/mi-interp.c:270 0000003 0x004512e2 in captured_mi_execute_command (context=0x311c70, uiout=0x312740) at ./mi/mi-main.c:1923 0000004 mi_execute_command (cmd=0x6d23960 "ptype Form1.Test", from_tty=1) at ./mi/mi-main.c:2003 0000005 0x0044c5d4 in mi_execute_command_wrapper ( cmd=0x6d23960 "ptype Form1.Test") at ./mi/mi-interp.c:311 0000006 mi_execute_command_input_handler (cmd=0x6d23960 "ptype Form1.Test") at ./mi/mi-interp.c:319 0000007 0x004eb0e4 in handle_file_event (data=...) at event-loop.c:768 0000008 0x004eb4df in process_event () at event-loop.c:342 0000009 process_event () at event-loop.c:314 0000010 0x004eb845 in gdb_do_one_event () at event-loop.c:406 0000011 0x004eb997 in start_event_loop () at event-loop.c:431 0000012 0x004e5d22 in captured_command_loop (data=0x0) at main.c:258 0000013 0x004e4a73 in catch_errors (func=0x4e5d10 , func_args=0x0, errstring=0x6fe967 <__PRETTY_FUNCTION__.11251+213> "", mask=6) at exceptions.c:546 0000014 0x004e67e9 in captured_main (data=0x2a0feb0) at main.c:1041 0000015 0x004e4a73 in catch_errors (func=0x4e5ed0 , func_args=0x2a0feb0, errstring=0x6fe967 <__PRETTY_FUNCTION__.11251+213> "", mask=6) at exceptions.c:546 0000016 0x004e6de0 in gdb_main (args=0x2a0feb0) at main.c:1050 0000017 0x006a3748 in main (argc=5, argv=0x318a0) at gdb.c:34 These commands were run before executing process: "maint set internal-error quit no" "maint set internal-warning quit no" "maint set internal-error corefile no" -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.