weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [bug #16743] Crashes on fetching 'look_nicklist_position'


From: Marcus Eggenberger
Subject: [Weechat-dev] [bug #16743] Crashes on fetching 'look_nicklist_position' from python script
Date: Sat, 3 Jun 2006 14:56:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

Follow-up Comment #1, bug #16743 (project weechat):

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;
}


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16743>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]