Opened 19 months ago
Closed 19 months ago
#18392 closed bug (invalid)
Terminal lockup/freeze during a haikuporter build of mailnews
Reported by: | cocobean | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Terminal | Version: | R1/Development |
Keywords: | terminal | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Terminal lockup/freeze during a specific haikuporter build of mailnews 2.0.0.25-2 on Haiku R1B4 hrev56949+2 x64 (nightly build). Does not happen on haikuporter build of mailnews using Haiku R1B4 x64 (hrev56578+69 and hrev56578+77) stable release updates.
NOTE: Does not affect desktop itself - just the active terminal. Closing terminal and restarting build within another terminal gave same result. Requires 'shutdown -r' for build to complete successfully.
Change History (6)
comment:1 by , 19 months ago
comment:2 by , 19 months ago
Description: | modified (diff) |
---|
comment:3 by , 19 months ago
I can close/exit the terminal using the terminal GUI or 'kill application/thread' methods. Can't 'kill job' (i.e. CTRL-C / CTRL-Z) through the 'hung' terminal window itself.
comment:4 by , 19 months ago
Being unable to kill jobs via CTRL+C is not necessarily indicative of a bug in Terminal, it may indicate the application has intercepted the signal in question.
If you can kill the application with "kill -9" and all returns to normal, this isn't a Terminal bug.
comment:5 by , 19 months ago
I thought this was the case when I killed the terminal window. But, if I rerun the same job in another terminal window - it will hang the build process in the new terminal window (same build point). I can only successfully complete the build job if I reboot the machine.
Other haikuporter builds are successful on same machine. I can wait until Haiku R1B5 for retesting.
comment:6 by , 19 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
If the Terminal can be closed/exited via the GUI or by killing the application, then this isn't a Terminal bug.
Can Terminal, or the HaikuPorter instance, be killed with
kill -9
or Vulcan Death Grip?