2006/2/9, Nick Pilon <[EMAIL PROTECTED]>:
> On 2/9/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote:
> > That's not good. I guess we might not have resolved it, just failed to
> > reproduce it. Could you send me the output of 'complete -C "ssh foo"
> > >foo.txt', where you should replace "ssh foo" with the command which
> > causes the fisher to crash? Also, could you describe exactly when fish
> > pager crashes, and in what cases?
>
> complete -C "ls /Applications/" > foo.txt attached.
>
> The fish-pager crashes when viewing the output from that command. I
> hit 'space' repeatedly to scroll down through it, until it hits 100%.
> Then I hit 'space' again and it crashes with a SIGBUS. This only
> happens when running fish directly in Terminal. If I'm running it in
> screen, I get the terminal bell effect as expected. (Which screen
> 'catches' and handles differently.)

Given the information that this was terminal specific I should have
understood at once what this was. The curses 'flash_screen' string,
which is used to flash the terminal, is not verified to exist before
it is used, and not terminals support this, so it is sometimes null.
I'm pretty sure that must be the problem. A fix is in the darcs tree.

>
> $TERM under screen: screen
> $TERM normally: xterm-color
>
> --
> -Nick Pilon
>

--
Axel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to