From c12a32aec01bb5f6956ecfcd086997322eb7ec68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 25 May 2013 19:34:47 -0500 Subject: Properly obtain threading debug information in TDE crash handler Fix potential TDE crash handler lockup uncer certain circumstances Enhance crashtest program with three threads --- drkonqi/krashconf.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'drkonqi/krashconf.cpp') diff --git a/drkonqi/krashconf.cpp b/drkonqi/krashconf.cpp index 6a96c4aab..84bbfee8c 100644 --- a/drkonqi/krashconf.cpp +++ b/drkonqi/krashconf.cpp @@ -112,6 +112,7 @@ void KrashConfig :: readConfig() m_neededInValidBacktraceRegExp = debuggers.readEntry("NeededInValidBacktraceRegExp"); m_kcrashRegExp = debuggers.readEntry("TDECrashRegExp"); m_kcrashRegExpSingle = debuggers.readEntry("TDECrashRegExpSingle"); + m_threadRegExp = debuggers.readEntry("ThreadRegExp"); TDEConfig preset(TQString::fromLatin1("presets/%1rc").arg(configname), true, false, "appdata"); -- cgit v1.2.3