bugWeeChat - Bugs: bug #18613, Python script causes...

 
 

bug #18613: Python script causes weechat-curses to crash

Submitter:  Eric Gach <bige>
Submitted:  Thu 28 Dec 2006 02:32:12 AM UTC
   
 
Category:  plugins Severity:  3 - Normal
Item Group:  crash Status:  Wont Fix
Privacy:  Public Assigned to:  flashcode
Originator Name:  Open/Closed:  Closed
Release:  * None IRC nick: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 04 Jan 2007 03:16:04 PM UTC, comment #1: 

paramiko tries to get access on stdin to fake user input, but stdin is controled with ncurses, so it makes weechat crash.
Solution: do not use paramiko inside weechat, but another module, or use system ssh command instead.

Sebastien Helleu <flashcode>
Group administrator
Thu 28 Dec 2006 02:32:12 AM UTC, original submission:  

I'm trying to write my own python script for weechat, but it's causing weechat to crash. I'm importing another module for python that uses SSH to accomplish the task of getting song information from amarok on a remote system.

I've attached the crash dump and the script I am writing. The script itself works fine from the command line, so I'm guessing something in there isn't compatable with weechat itself. I also tested this by building weechat from CVS, which is what the dump is from.

If you need anything else, please let me know.

Eric Gach <bige>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #11678:  uptime_ssh.py added by None (819B - application/octet-stream - Another script to show crash.)
file #11614:  weechat_crash_20061227_32659.log added by bige (293KiB - application/octet-stream)
file #11615:  amarok.py added by bige (4KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by bige (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-01-04 flashcode StatusNone Wont Fix
        Assigned toNone flashcode
        Open/ClosedOpen Closed
    2007-01-04 None Attached File- Added uptime_ssh.py, #11678
    2006-12-30 dcca2302 Carbon-Copy- Added dcca2302
    2006-12-28 bige Attached File- Added weechat_crash_20061227_32659.log, #11614
        Attached File- Added amarok.py, #11615

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code