Re: [evolution-patches] Re: Valgrind Output




what speed laptop do you have?  its faster than mine isn't it, and i can run valgrind.

On Thu, 2005-02-10 at 17:09 -0500, Jeffrey Stedfast wrote:
I think I've managed to fix this problem but I'm unable to run evolution
under valgrind on my laptop (not really powerful enough).

What I did was to unhook emfv_list_selection_change() from the
message-list's selection_change signal in the ::destroy() method

that should prevent the emission of the view_changed signal and thus
prevent this invalid read. Or so I assume...

Jeff

On Thu, 2005-02-10 at 11:39 -0700, JP Rosevear wrote
> ==17192== Invalid write of size 4
> ==17192==    at 0x3418696B: e_info_label_set_info (e-info-label.c:149)
> ==17192==    by 0x35F1E117: view_changed_cb (mail-component.c:536)
> ==17192==    by 0x35624C2F: IA__g_cclosure_marshal_VOID__VOID
> (gmarshal.c:77)
> ==17192==    by 0x3560F882: IA__g_closure_invoke (gclosure.c:437)
> ==17192==    by 0x35624259: signal_emit_unlocked_R (gsignal.c:2485)
> ==17192==    by 0x3562345A: IA__g_signal_emit_valist (gsignal.c:2244)
> ==17192==    by 0x3562378B: IA__g_signal_emit (gsignal.c:2288)
> ==17192==    by 0x35EFA497: emfv_list_selection_change
> (em-folder-view.c:2185)
> ==17192==    by 0x35624C2F: IA__g_cclosure_marshal_VOID__VOID
> (gmarshal.c:77)
> ==17192==    by 0x3560F882: IA__g_closure_invoke (gclosure.c:437)
> ==17192==    by 0x35624259: signal_emit_unlocked_R (gsignal.c:2485)
> ==17192==    by 0x3562345A: IA__g_signal_emit_valist (gsignal.c:2244)
> ==17192==    by 0x3562378B: IA__g_signal_emit (gsignal.c:2288)
> ==17192==    by 0x3463214B: et_selection_model_selection_changed
> (e-tree.c:953)
> ==17192==    by 0x35624C2F: IA__g_cclosure_marshal_VOID__VOID
> (gmarshal.c:77)
> ==17192==    by 0x3560F882: IA__g_closure_invoke (gclosure.c:437)
> ==17192==    by 0x35624259: signal_emit_unlocked_R (gsignal.c:2485)
> ==17192==    by 0x3562345A: IA__g_signal_emit_valist (gsignal.c:2244)
> ==17192==    by 0x3562378B: IA__g_signal_emit (gsignal.c:2288)
> ==17192==    by 0x345D488F: e_selection_model_selection_changed
> (e-selection-model.c:678)
> 
> -JP


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