[GHC] #9405: Ticky results should be displayed even during interrupts (Ctrl-c)

#9405: Ticky results should be displayed even during interrupts (Ctrl-c) -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.10.1 Component: Compiler | Version: 7.8.2 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- After talking with Simon & Simon today, we discussed ticky profiling, and it dawned on us that ticky probably isn't reported when the program is interrupted via the user. But it should be! The motivating case is when you're dealing with an infinite loop and you want to find the binding that has a high entry count (i.e. it's the looping body). But the only way to move forward is to interrupt it, which doesn't spit out the reports. Fixing this would make ticky much more useful in such cases. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9405 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9405: Ticky results should be displayed even during interrupts (Ctrl-c) -------------------------------------+------------------------------------- Reporter: | Owner: thoughtpolice | Status: new Type: bug | Milestone: 7.10.1 Priority: normal | Version: Component: Compiler | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by thoughtpolice): * version: 7.8.2 => -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9405#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9405: Ticky results should be displayed even during interrupts (Ctrl-c) -------------------------------------+------------------------------------- Reporter: | Owner: thoughtpolice | Status: new Type: bug | Milestone: 7.10.1 Priority: normal | Version: Component: Profiling | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by thomie): * component: Compiler => Profiling -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9405#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9405: Ticky results should be displayed even during interrupts (Ctrl-c) -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: archblob Type: bug | Status: new Priority: normal | Milestone: Component: Profiling | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2008 Wiki Page: | -------------------------------------+------------------------------------- Changes (by archblob): * owner: => archblob * differential: => Phab:D2008 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9405#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9405: Ticky results should be displayed even during interrupts (Ctrl-c)
-------------------------------------+-------------------------------------
Reporter: thoughtpolice | Owner: archblob
Type: bug | Status: new
Priority: normal | Milestone:
Component: Profiling | Version:
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2008
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#9405: Ticky results should be displayed even during interrupts (Ctrl-c) -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: archblob Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Profiling | Version: Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2008 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: => 8.0.1 Comment: Merged to `ghc-8.0` as 5bf1a916da4e810e98c70498cb59f2da72131052. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9405#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC