FS#6588 - Pacman fills terminal with '#' upon resize while downloading
Attached to Project:
Arch Linux
Opened by James Rayner (iphitus) - Tuesday, 13 March 2007, 10:10 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 13 March 2007, 16:22 GMT
Opened by James Rayner (iphitus) - Tuesday, 13 March 2007, 10:10 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 13 March 2007, 16:22 GMT
|
Details
pacman3-rc2 that phrak posted to the ML today.
Bug: Pacman spams the terminal at a ridiculous rate with '#'. By spam, i mean.... lots, just constant scrolling of '#'. *heaps*. Too much for screen to handle so I had to switch out to another terminal to kill pacman. To reproduce: I did pacman -S inkscape, then resized the window. If it doesnt the first time, resize afew more and it should go bonkers. I'm running pacman in screen, with a basic config, just hardstatus + 256color support added. Screen is in an xterm, managed by dwm. If I resize, the terminal while it's downloading packages, it does the above. Doesnt always do it first resize, but it has in the past. James |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 14 March 2007, 13:49 GMT
Reason for closing: Fixed
Additional comments about closing: Reported as fixed, checked into CVS.
Wednesday, 14 March 2007, 13:49 GMT
Reason for closing: Fixed
Additional comments about closing: Reported as fixed, checked into CVS.
and I just changed to a different workspace in dwm, but I suppose there may have been some sort of resize called.
don't know whether the package name makes a difference, but the below i obviously use kernel26suspend2, mainly because it's big and I could copy the progress :)
works
kernel26suspend2 2.7M 184.9K/s 00:01:29 [#######------------------------------------------------] 14%
works ($COLUMNS>=59)
kernel26suspend2 3.9M 1200.2K/s 00:00:12 [###---------------] 20%
kernel26suspend2 2.9M 38.9K/s 00:07:00 [-----] 15%
kernel26suspend2 3.8M 235.1K/s 00:01:05 [-] 20%
kernel26suspend2 4.8M 183.1K/s 00:01:18 [] 25%
wraps ($COLUMNS=58)
"kernel26suspend2 5.7M 111.1K/s 00:02:01 [] 30"
"% "
dies ($COLUMNS<=57)
below this and it just spams - or #
James