Bug 4166

Summary: corrupted double-linked list
Product: Claws Mail (GTK 2) Reporter: Keith Edmunds <kae>
Component: UI/ActionsAssignee: users
Status: RESOLVED FIXED    
Severity: major CC: kae
Priority: P3    
Version: 3.17.4   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Backtrace none

Description Keith Edmunds 2019-03-08 09:51:48 UTC
Created attachment 1963 [details]
Backtrace

I have a defined action:

python -c 'print 80*"-"+"\n"'; >

(ie, insert 80 dashes followed by a newline)

This has worked for years without problem. Recently, it often but not always locks up claws. Today I have a backtrace, attached, reporting a corrupted double-linked list.

Current version I'm running is 3.17.3git156, although it started happening before that version.

Keith