F1+Konsole+bash = bash.core

From: Dan Langille (dan_at_langille.org)
Date: 03/16/04

  • Next message: Pawel Jakub Dawidek: "Re: kernel modules programming: struct proc question"
    To: hackers@freebsd.org
    Date: Tue, 16 Mar 2004 15:00:09 -0500
    
    

    Any one interested in digging for this one? My laptop is out of
    commission at the moment, but hopefully it'll be back soone.

    ------- Forwarded message follows -------
    From: Andy Fawcett <andy@athame.co.uk>
    To: kde-freebsd@freebsd.kde.org
    Subject: Re: [kde-freebsd] F1+Konsole+bash = bash.core
    Date sent: Tue, 16 Mar 2004 09:15:39 +0200
    Copies to: Dan Langille <dan@langille.org>

    On Tuesday 16 March 2004 02:23, Dan Langille wrote:
    > Hi,
    >
    > Would this be considered a Konsole issue?
    >
    > Press F1 while in a bash shell in Konsole and you get:
    >
    > laptpo# bash
    > [root@laptop:/home/dan] # <PRESS F1 here>Illegal instruction (core
    > dumped) laptop#
    >
    > This does not happen at the console. only Konsole. Nor under any
    > other shell I tried (/bin/sh, /bin/csh, /bin/tcsh).
    >
    > This is bash-2.05b.007
    >
    > $ ldd /usr/local/bin/bash
    > ldd: /usr/local/bin/bash: not a dynamic executable
    >
    > The situation is 100% reproducible here. And duplicated by others.

    $ gdb /usr/local/bin/bash bash.core
    (blah)
    (no debugging symbols found)...
    Core was generated by `bash'.
    Program terminated with signal 4, Illegal instruction.

    (gdb) bt
    #0 0x2810b9d5 in _rl_dispatch_subseq () from /lib/libreadline.so.4
    #1 0x2810b9be in _rl_dispatch () from /lib/libreadline.so.4
    #2 0x2810bc28 in _rl_dispatch_subseq () from /lib/libreadline.so.4
    #3 0x2810b9be in _rl_dispatch () from /lib/libreadline.so.4

    and so on, for 2000+ lines (I stopped checking)

    I'd call it a bash/readline problem, but I'm no expert

    A.

    -- 
    Andy Fawcett                                     | andy@athame.co.uk
                                                     | tap@kde.org
    "In an open world without walls and fences,      | tap@lspace.org
      we wouldn't need Windows and Gates."  -- anon  | tap@fruitsalad.org
    ------- End of forwarded message -------
    -- 
    Dan Langille : http://www.langille.org/
    BSDCan - http://www.bsdcan.org/
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Pawel Jakub Dawidek: "Re: kernel modules programming: struct proc question"

    Relevant Pages