public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/6764] Execution of probefunc.exp causes system hang on s390 system
       [not found] <bug-6764-6586@http.sourceware.org/bugzilla/>
@ 2013-09-10 15:20 ` dsmith at redhat dot com
  0 siblings, 0 replies; 3+ messages in thread
From: dsmith at redhat dot com @ 2013-09-10 15:20 UTC (permalink / raw)
  To: systemtap

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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dsmith at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from David Smith <dsmith at redhat dot com> ---
I'm not seeing this problem on 2.6.18-348.el5 (s390x) or on
2.6.32-358.el6.s390x, so I'm closing it.

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

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

* [Bug runtime/6764] Execution of probefunc.exp causes system hang on s390 system
  2008-07-24 10:26 [Bug runtime/6764] New: " srinivasa at in dot ibm dot com
  2008-07-25  6:34 ` [Bug runtime/6764] " srinivasa at in dot ibm dot com
@ 2008-07-25  6:46 ` wenji dot huang at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: wenji dot huang at oracle dot com @ 2008-07-25  6:46 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wenji dot huang at oracle dot com  2008-07-25 06:45 -------
> Different scenarios under which system works well.
> 1) printing "hello" message  and calling probefunc() or pp()(without printing
> their value) inside scheduler_tick() probe handler.
> ========================================
> probe kernel.statement(0x000000000003b83c).absolute {
>                 funcname = probefunc();
>       printf("hello");
>         }
> ==============================

The unused variable will be optimized, try it with -u. The problem won't exist
on x86, seems specific to s390.





-- 


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

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

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

* [Bug runtime/6764] Execution of probefunc.exp causes system hang on s390 system
  2008-07-24 10:26 [Bug runtime/6764] New: " srinivasa at in dot ibm dot com
@ 2008-07-25  6:34 ` srinivasa at in dot ibm dot com
  2008-07-25  6:46 ` wenji dot huang at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: srinivasa at in dot ibm dot com @ 2008-07-25  6:34 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From srinivasa at in dot ibm dot com  2008-07-25 06:34 -------
Different scenarios under which system hangs

1) printing pp() inside scheduler_tick() probe handler.
========================================
probe kernel.statement(0x000000000003b83c).absolute {
                funcname = pp();
      printf("========%s \n",funcname);
        }
==============================
2)printing probefunc() inside scheduler_tick() probe handler.
========================================
probe kernel.statement(0x000000000003b83c).absolute {
                funcname = probefunc();
      printf("========%s \n",funcname);
        }
==============================


Different scenarios under which system works well.
1) printing "hello" message  and calling probefunc() or pp()(without printing
their value) inside scheduler_tick() probe handler.
========================================
probe kernel.statement(0x000000000003b83c).absolute {
                funcname = probefunc();
      printf("hello");
        }
==============================


-- 


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

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

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

end of thread, other threads:[~2013-09-10 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6764-6586@http.sourceware.org/bugzilla/>
2013-09-10 15:20 ` [Bug runtime/6764] Execution of probefunc.exp causes system hang on s390 system dsmith at redhat dot com
2008-07-24 10:26 [Bug runtime/6764] New: " srinivasa at in dot ibm dot com
2008-07-25  6:34 ` [Bug runtime/6764] " srinivasa at in dot ibm dot com
2008-07-25  6:46 ` wenji dot huang at oracle 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).