public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/10760] Process record doesn't support instruction 0xf11
       [not found] <bug-10760-4717@http.sourceware.org/bugzilla/>
@ 2014-09-12 22:16 ` sergiodj at redhat dot com
  0 siblings, 0 replies; 6+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 22:16 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com

--- Comment #5 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Hi Simon, did you have the chance to try a newer GDB, as Hui asked?

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


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

* [Bug gdb/10760] Process record doesn't support instruction 0xf11
  2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
                   ` (3 preceding siblings ...)
  2010-06-23 11:22 ` andre dot poenitz at nokia dot com
@ 2010-06-23 13:49 ` teawater at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: teawater at gmail dot com @ 2010-06-23 13:49 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From teawater at gmail dot com  2010-06-23 13:49 -------
Hi,

Could you help me try the issue with gdb-cvs-head?
I think it is fixed in head.

Thanks,
Hui

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug gdb/10760] Process record doesn't support instruction 0xf11
  2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
                   ` (2 preceding siblings ...)
  2009-10-12 13:46 ` marlowsd at gmail dot com
@ 2010-06-23 11:22 ` andre dot poenitz at nokia dot com
  2010-06-23 13:49 ` teawater at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: andre dot poenitz at nokia dot com @ 2010-06-23 11:22 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From andre dot poenitz at nokia dot com  2010-06-23 11:22 -------

I've seen something similar:

"Process record doesn't support instruction 0xfef at address 0xb6e9c778."

It was followed immediately by:

stopped,reason="signal-received",signal-name="0",signal-meaning="Signal
0",frame=s{addr="0xb6e9c777",func="__strlen_sse2",args=[],file="../sysdeps/i386/i686/multiarch/strlen.S",line="75"},thread-id="1",stopped-threads="all",core="1"

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug gdb/10760] Process record doesn't support instruction 0xf11
  2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
  2009-10-12 13:33 ` [Bug gdb/10760] " jan dot kratochvil at redhat dot com
  2009-10-12 13:33 ` jan dot kratochvil at redhat dot com
@ 2009-10-12 13:46 ` marlowsd at gmail dot com
  2010-06-23 11:22 ` andre dot poenitz at nokia dot com
  2010-06-23 13:49 ` teawater at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: marlowsd at gmail dot com @ 2009-10-12 13:46 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From marlowsd at gmail dot com  2009-10-12 13:46 -------
We always use SSE for floating-point on x86-64.  Doesn't gcc do the same?


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug gdb/10760] Process record doesn't support instruction 0xf11
  2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
  2009-10-12 13:33 ` [Bug gdb/10760] " jan dot kratochvil at redhat dot com
@ 2009-10-12 13:33 ` jan dot kratochvil at redhat dot com
  2009-10-12 13:46 ` marlowsd at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-10-12 13:33 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |10743
              nThis|                            |


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug gdb/10760] Process record doesn't support instruction 0xf11
  2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
@ 2009-10-12 13:33 ` jan dot kratochvil at redhat dot com
  2009-10-12 13:33 ` jan dot kratochvil at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-10-12 13:33 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From jan dot kratochvil at redhat dot com  2009-10-12 13:33 -------
Currently record-replay does not support MMX and other CPU extensions.
Couldn't you configure your compilter to avoid using them? (probably not, they
are always present on x86_64)
It may be also considered a duplicate of Bug 10743.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan dot kratochvil at redhat
                   |                            |dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2014-09-12 22:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10760-4717@http.sourceware.org/bugzilla/>
2014-09-12 22:16 ` [Bug gdb/10760] Process record doesn't support instruction 0xf11 sergiodj at redhat dot com
2009-10-12 13:27 [Bug gdb/10760] New: " marlowsd at gmail dot com
2009-10-12 13:33 ` [Bug gdb/10760] " jan dot kratochvil at redhat dot com
2009-10-12 13:33 ` jan dot kratochvil at redhat dot com
2009-10-12 13:46 ` marlowsd at gmail dot com
2010-06-23 11:22 ` andre dot poenitz at nokia dot com
2010-06-23 13:49 ` teawater at gmail 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).