bugWeeChat - Bugs: bug #16743, Crashes on fetching...

 
 

bug #16743: Crashes on fetching 'look_nicklist_position' from python script

Submitter:  None
Submitted:  Sat 03 Jun 2006 02:46:07 PM UTC
   
 
Category:  plugins Severity:  3 - Normal
Item Group:  crash Status:  Fixed
Privacy:  Public Assigned to:  kolter
Originator Name:  Stalwart Originator Email:  * -email is unavailable-
Open/Closed:  Closed Release:  * None
IRC nick: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Jun 2006 02:56:58 PM UTC, comment #1: 

This seems to be a general API-Problem.
A perl call to weechat::get_config("look_nicklist_position"); results in a crash as well with the very same error:
* glibc detected * free(): invalid pointer: 0x8005f5e2 *


Example code sniplet:
sub getconf {
    my $nl_position = weechat::get_config("look_nicklist_position");
    weechat::print($nl_position);
    return weechat::PLUGIN_RC_OK;
}

Marcus Eggenberger <egs>
Sat 03 Jun 2006 02:46:07 PM UTC, original submission:  

${subj}. Here's my unfinished theme manager http://our.uninet.lv/stalwart/themesman.py . Try to "/theme save my" - you'll get glibc error (* glibc detected * free(): invalid pointer: 0x8005f5e2 * ), bash prompt and my.weetheme in weechat run directory (with some variables inside)

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-06-05 flashcode Open/ClosedOpen Closed
2006-06-04 kolter StatusNone Fixed
    Assigned toNone kolter

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code