public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
@ 2015-01-06 19:39 jan.kratochvil at redhat dot com
  2015-01-06 19:41 ` [Bug corefiles/17808] " jan.kratochvil at redhat dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-06 19:39 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 17808
           Summary: 7.9 regression: internal-error: i386_supply_gregset:
                    Assertion `len == tdep->sizeof_gregset' failed.
           Product: gdb
           Version: 7.9
            Status: NEW
          Severity: normal
          Priority: P2
         Component: corefiles
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
                CC: arnez at linux dot vnet.ibm.com
            Target: x86_64-linux-gnu

./gdb -q -c ./i386-biarch-core.core 
i386-tdep.c:3730: internal-error: i386_supply_gregset: Assertion `len ==
tdep->sizeof_gregset' failed.

8f0435f75e3c9676d2e177ce055fed3155fd9476 is the first bad commit
commit 8f0435f75e3c9676d2e177ce055fed3155fd9476
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Sep 12 08:42:48 2014 +0000
    Add 'regset' parameter to 'iterate_over_regset_sections_cb'
Message-Id: <1410538439-29791-1-git-send-email-arnez@linux.vnet.ibm.com>

#0  internal_error (file=0x20931c0 "i386-tdep.c", line=3730, fmt=0x20936a0 "%s:
Assertion `%s' failed.") at ./common/errors.c:51
#1  in i386_supply_gregset (regset=0x2094800 <i386_gregset>,
regcache=0x6060000bdfe0, regnum=-1, gregs=0x7fffffffcce0, len=216) at
i386-tdep.c:3730
#2  in get_core_register_section (regcache=0x6060000bdfe0, regset=0x2094800
<i386_gregset>, name=0x208dd40 ".reg", min_size=68, which=-1,
human_name=0x2223fa0 "general-purpose", required=1) at corelow.c:538
#3  in get_core_registers_cb (sect_name=0x208dd40 ".reg", size=68,
regset=0x2094800 <i386_gregset>, human_name=0x2223fa0 "general-purpose",
cb_data=0x6060000bdfe0) at corelow.c:573
#4  in i386_linux_iterate_over_regset_sections (gdbarch=0x62100011e510,
cb=0x9921db <get_core_registers_cb>, cb_data=0x6060000bdfe0, regcache=0x0) at
i386-linux-tdep.c:690
#5  in gdbarch_iterate_over_regset_sections (gdbarch=0x62100011e510,
cb=0x9921db <get_core_registers_cb>, cb_data=0x6060000bdfe0, regcache=0x0) at
gdbarch.c:3350
#6  in get_core_registers (ops=0x3e5b700 <core_ops>, regcache=0x6060000bdfe0,
regno=8) at corelow.c:601
#7  in delegate_fetch_registers (self=0x3e5b700 <core_ops>,
arg1=0x6060000bdfe0, arg2=8) at target-delegates.c:149
#8  in target_fetch_registers (regcache=0x6060000bdfe0, regno=8) at
target.c:3279
#9  in regcache_raw_read (regcache=0x6060000bdfe0, regnum=8, buf=0x7fffffffd060
"\240\320\377\377\377\177") at regcache.c:643
#10 in regcache_cooked_read (regcache=0x6060000bdfe0, regnum=8,
buf=0x7fffffffd060 "\240\320\377\377\377\177") at regcache.c:734
#11 in regcache_cooked_read_unsigned (regcache=0x6060000bdfe0, regnum=8,
val=0x7fffffffd120) at regcache.c:838
#12 in regcache_read_pc (regcache=0x6060000bdfe0) at regcache.c:1179 
#13 in post_create_inferior (target=0x3e5b700 <core_ops>, from_tty=1) at
infcmd.c:431
#14 in core_open (arg=0x7fffffffdd24 "./i386-biarch-core.core", from_tty=1) at
corelow.c:408
#15 in core_file_command (filename=0x7fffffffdd24 "./i386-biarch-core.core",
from_tty=1) at corefile.c:77

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
@ 2015-01-06 19:41 ` jan.kratochvil at redhat dot com
  2015-01-06 19:44 ` jan.kratochvil at redhat dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-06 19:41 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat dot com

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Created attachment 8050
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8050&action=edit
Full *.exp testcase from Fedora

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
  2015-01-06 19:41 ` [Bug corefiles/17808] " jan.kratochvil at redhat dot com
@ 2015-01-06 19:44 ` jan.kratochvil at redhat dot com
  2015-01-07 17:57 ` arnez at linux dot vnet.ibm.com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-06 19:44 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Created attachment 8051
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8051&action=edit
.gz of just the core file itself (extracted from the testcase)

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
  2015-01-06 19:41 ` [Bug corefiles/17808] " jan.kratochvil at redhat dot com
  2015-01-06 19:44 ` jan.kratochvil at redhat dot com
@ 2015-01-07 17:57 ` arnez at linux dot vnet.ibm.com
  2015-01-07 18:37 ` jan.kratochvil at redhat dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: arnez at linux dot vnet.ibm.com @ 2015-01-07 17:57 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Andreas Arnez <arnez at linux dot vnet.ibm.com> ---
It seems that the core file is supposed to look as if from an i386
program, but its PRSTATUS looks like from amd64.  Consequently even an
old GDB complains that the general-purpose registers are not
recognized:

(gdb) core-file i386-biarch-core.core 
[New Thread 6901]
warning: Couldn't recognize general-purpose registers in core file.
Core was generated by `./bad'.
Program terminated with signal 11, Segmentation fault.
warning: Couldn't recognize general-purpose registers in core file.
#0  0x00000000 in ?? ()
(gdb) 

After commit 8f0435f75e the warning is skipped and we directly run
into the assertion in i386_supply_gregset instead.

An easy "fix" would be to replace the assertion by something like
this:

  if (len != tdep->sizeof_gregset)
    return;

With that change, the test case succeeds.  However, the registers are
then all <unavailable> without a user-visible explanation why.

I'm not sure how GDB should really behave in this case:

(a) Warn about the section size mismatch?

(b) Interpret the section as a usual i386 PRSTATUS and ignore all
    excess bytes?

(c) Recognize the section as an amd64 PRSTATUS and fill the register
    cache appropriately?

Also, is there a particular reason for using such a "corrupted" core
file?  Or am I misunderstanding something?  And could the test case be
brought upstream as well?

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (2 preceding siblings ...)
  2015-01-07 17:57 ` arnez at linux dot vnet.ibm.com
@ 2015-01-07 18:37 ` jan.kratochvil at redhat dot com
  2015-01-08 16:45 ` jan.kratochvil at redhat dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-07 18:37 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
You are right the provided core file is weird, it is not from real world, it
was artifically hacked.  It tries to mimic kdump kernel core file from 32-bit
PAE kernel - which is elf64-i386.

What is clear that GDB should not assert on arbitrarily wrong external file.

(a) possibly

(b) no

(c) no

But I would be fine just if it PASSes the testcase - that is it ignores
PRSTATUS and it still can read the data segments.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (3 preceding siblings ...)
  2015-01-07 18:37 ` jan.kratochvil at redhat dot com
@ 2015-01-08 16:45 ` jan.kratochvil at redhat dot com
  2015-02-04 15:28 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-08 16:45 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |arnez at linux dot vnet.ibm.com

--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
[PATCH] [PR corefiles/17808] i386: Fix internal error when prstatus in core
file is too big
https://sourceware.org/ml/gdb-patches/2015-01/msg00198.html
Message-ID: <874ms18cyz.fsf@br87z6lw.de.ibm.com>

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (4 preceding siblings ...)
  2015-01-08 16:45 ` jan.kratochvil at redhat dot com
@ 2015-02-04 15:28 ` cvs-commit at gcc dot gnu.org
  2015-02-04 15:55 ` arnez at linux dot vnet.ibm.com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-02-04 15:28 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Ulrich Weigand <uweigand@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1528345d6c4a407e0b36b3474eb458cbd04146f7

commit 1528345d6c4a407e0b36b3474eb458cbd04146f7
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Wed Jan 14 12:01:38 2015 +0000

    Fix internal error when core file section is too big

    As reported in PR 17808, a test case with a forged (invalid) core file
    can crash GDB with an assertion failure.  In that particular case the
    prstatus of an i386 core file looks like that from an AMD64 core file.
    Consequently the respective regset supply function i386_supply_gregset
    is invoked with a larger buffer than usual.  But i386_supply_gregset
    asserts a specific buffer size, and this assertion fails.

    The patch relaxes all buffer size assertions in regset supply
    functions such that they merely check for a sufficiently large buffer.
    For consistency the regset collect functions are adjusted as well.

    gdb/ChangeLog:

        PR corefiles/17808:
        * gdbarch.sh (iterate_over_regset_sections_cb): Document this
        function type, particularly its SIZE parameter.
        * gdbarch.h: Regenerate.
        * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
        actual against required size using ">=" instead of "==".
        (amd64_collect_fpregset): Likewise.
        * i386-tdep.c (i386_supply_gregset): Likewise.
        (i386_collect_gregset): Likewise.
        (i386_supply_fpregset): Likewise.
        (i386_collect_fpregset): Likewise.
        * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
        (mips_fill_gregset_wrapper): Likewise.
        (mips_supply_fpregset_wrapper): Likewise.
        (mips_fill_fpregset_wrapper): Likewise.
        (mips64_supply_gregset_wrapper): Likewise.
        (mips64_fill_gregset_wrapper): Likewise.
        (mips64_supply_fpregset_wrapper): Likewise.
        (mips64_fill_fpregset_wrapper): Likewise.
        * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
        (am33_supply_fpregset_method): Likewise.
        (am33_collect_gregset_method): Likewise.
        (am33_collect_fpregset_method): Likewise.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (5 preceding siblings ...)
  2015-02-04 15:28 ` cvs-commit at gcc dot gnu.org
@ 2015-02-04 15:55 ` arnez at linux dot vnet.ibm.com
  2015-02-20  3:18 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: arnez at linux dot vnet.ibm.com @ 2015-02-04 15:55 UTC (permalink / raw)
  To: gdb-prs

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

Andreas Arnez <arnez at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Andreas Arnez <arnez at linux dot vnet.ibm.com> ---
(In reply to cvs-commit@gcc.gnu.org from comment #6)

> commit 1528345d6c4a407e0b36b3474eb458cbd04146f7

This should fix the internal GDB error.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (6 preceding siblings ...)
  2015-02-04 15:55 ` arnez at linux dot vnet.ibm.com
@ 2015-02-20  3:18 ` cvs-commit at gcc dot gnu.org
  2015-02-22  6:01 ` cvs-commit at gcc dot gnu.org
  2015-09-15 14:57 ` jan.kratochvil at redhat dot com
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-02-20  3:18 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-7.9-branch branch has been updated by Joel Brobecker
<brobecke@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3b7a39661610038aad32563069b10fb2cfc55fab

commit 3b7a39661610038aad32563069b10fb2cfc55fab
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Wed Jan 14 12:01:38 2015 +0000

    Fix internal error when core file section is too big

    As reported in PR 17808, a test case with a forged (invalid) core file
    can crash GDB with an assertion failure.  In that particular case the
    prstatus of an i386 core file looks like that from an AMD64 core file.
    Consequently the respective regset supply function i386_supply_gregset
    is invoked with a larger buffer than usual.  But i386_supply_gregset
    asserts a specific buffer size, and this assertion fails.

    The patch relaxes all buffer size assertions in regset supply
    functions such that they merely check for a sufficiently large buffer.
    For consistency the regset collect functions are adjusted as well.

    gdb/ChangeLog:

        PR corefiles/17808:
        * gdbarch.sh (iterate_over_regset_sections_cb): Document this
        function type, particularly its SIZE parameter.
        * gdbarch.h: Regenerate.
        * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
        actual against required size using ">=" instead of "==".
        (amd64_collect_fpregset): Likewise.
        * i386-tdep.c (i386_supply_gregset): Likewise.
        (i386_collect_gregset): Likewise.
        (i386_supply_fpregset): Likewise.
        (i386_collect_fpregset): Likewise.
        * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
        (mips_fill_gregset_wrapper): Likewise.
        (mips_supply_fpregset_wrapper): Likewise.
        (mips_fill_fpregset_wrapper): Likewise.
        (mips64_supply_gregset_wrapper): Likewise.
        (mips64_fill_gregset_wrapper): Likewise.
        (mips64_supply_fpregset_wrapper): Likewise.
        (mips64_fill_fpregset_wrapper): Likewise.
        * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
        (am33_supply_fpregset_method): Likewise.
        (am33_collect_gregset_method): Likewise.
        (am33_collect_fpregset_method): Likewise.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (7 preceding siblings ...)
  2015-02-20  3:18 ` cvs-commit at gcc dot gnu.org
@ 2015-02-22  6:01 ` cvs-commit at gcc dot gnu.org
  2015-09-15 14:57 ` jan.kratochvil at redhat dot com
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-02-22  6:01 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Kratochvil <jkratoch@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=97a0c6972eb9eb730df3817a95f351545a8f7cac

commit 97a0c6972eb9eb730df3817a95f351545a8f7cac
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Feb 21 15:24:20 2015 +0100

    Testsuite patch for: i386: Fix internal error when prstatus in core file is
too big

    gdb/testsuite/ChangeLog
    2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>

        PR corefiles/17808
        * gdb.arch/i386-biarch-core.core.bz2: New file.
        * gdb.arch/i386-biarch-core.exp: New file.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug corefiles/17808] 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed.
  2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
                   ` (8 preceding siblings ...)
  2015-02-22  6:01 ` cvs-commit at gcc dot gnu.org
@ 2015-09-15 14:57 ` jan.kratochvil at redhat dot com
  9 siblings, 0 replies; 11+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-09-15 14:57 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |18964


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=18964
[Bug 18964] [mips] 7.9 regression: internal-error: mips-tdep.c:1098: bad
register size
-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-09-15 14:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 19:39 [Bug corefiles/17808] New: 7.9 regression: internal-error: i386_supply_gregset: Assertion `len == tdep->sizeof_gregset' failed jan.kratochvil at redhat dot com
2015-01-06 19:41 ` [Bug corefiles/17808] " jan.kratochvil at redhat dot com
2015-01-06 19:44 ` jan.kratochvil at redhat dot com
2015-01-07 17:57 ` arnez at linux dot vnet.ibm.com
2015-01-07 18:37 ` jan.kratochvil at redhat dot com
2015-01-08 16:45 ` jan.kratochvil at redhat dot com
2015-02-04 15:28 ` cvs-commit at gcc dot gnu.org
2015-02-04 15:55 ` arnez at linux dot vnet.ibm.com
2015-02-20  3:18 ` cvs-commit at gcc dot gnu.org
2015-02-22  6:01 ` cvs-commit at gcc dot gnu.org
2015-09-15 14:57 ` jan.kratochvil at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).