This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 translator/4166] New: Assertion failure in c_translate_array


% ./crash-c_translate_array.stp
stap: loc2c.c:1584: c_translate_array: Assertion `dwarf_tag (typedie) ==
DW_TAG_array_type' failed.
Aborted (core dumped)
% cat ./crash-c_translate_array.stp
#!/usr/bin/env stap

probe syscall.execve
{
  print($argv[0])
  exit()
}
% stap -V
SystemTap translator/driver (version 0.5.4 built 2006-02-02)
Copyright (C) 2005-2006 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
% cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
% gcc -v
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
%

-- 
           Summary: Assertion failure in c_translate_array
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: dolmen at users dot sourceforge dot net


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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