[Pidgin] #16200: Seg faults while testing pidgin

Pidgin trac at pidgin.im
Wed Apr 16 13:42:28 EDT 2014


#16200: Seg faults while testing pidgin
-----------------------+---------------------------
 Reporter:  justyna    |       Owner:  EionRobb
     Type:  defect     |      Status:  pending
Milestone:             |   Component:  unclassified
  Version:  2.10.9     |  Resolution:
 Keywords:  Seg fault  |
-----------------------+---------------------------
Changes (by datallah):

 * status:  new => pending


Comment:

 These are crashing within the regex parsing for the debug window
 filtering.

 I think the problem is that you have no regex specified, but you have the
 filtering enabled:
 {{{
                         <pref name='regex' type='string' value=''/>
                         <pref name='filter' type='bool' value='1'/>
 }}}

 It's suboptimal that the application can't handle this misconfiguration,
 but it's also not a configuration that will happen based on interaction
 with the UI.

 I think that if you set the `filter` bool to `0`, I think it'll fix your
 crashing.

-- 
Ticket URL: <https://developer.pidgin.im/ticket/16200#comment:2>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list