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 cli/15642] Crash using 'rbreak'


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> ---
I think this is a bug in your host OS's C library; or at least in
"jimregexp.c", whatever that is.

According to POSIX, it is ok to pass NULL as this argument for regexec
as long as REG_NOSUB was used when initializing the regex_t.  And, I
think this is properly done.  See symtab.c:search_symbols.

However, something else odd is going on here.  I think the libiberty
regex.c should always be used.  I wonder why that isn't happening for
you.  You can look at the libiberty directory in the build tree to try
to find out.

-- 
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]