This is the mail archive of the gdb-patches@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]

Re: Regressions on i686-pc-linux-gnu


Daniel Jacobowitz schrieb:
Did your system C library or compiler change?  What does the first new
failure look like in gdb.log?
Yes, I switched my distro (glibc 2.5.-18, gcc 4.1.2)
This one is the first new FAIL:

print  str_func1(s)^M
^M
Program received signal SIGTRAP, Trace/breakpoint trap.^M
str_func1 (s1="test string") at /home/deuling/gdb/dev/gdb/testsuite/gdb.base/call-strs.c:15^M

Looks to me like this is a bunk kernel. I know there was a recent x86 kernel release with this error.


Your're right. I updated my kernel to a newer version and the testsuite run looks good again. Thank you very much for pointing me to that !

Regards,
Markus


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