Thread

Index > Scribe > Exception in Test24 (InScribe)
Author/Date Exception in Test24 (InScribe)
Mike Green
11/10/2004 5:42pm
When I run 'rebuild Bayesian word lists' I'm getting an exception access violation error.

Unhandled Exception
Code: c0000005
Description: EXCEPTION_ACCESS_VIOLATION

Call stack:
------------------------------------------------------------------
004895AA: F:\Inscribe current\Scribe.exe Offset: 0x23BC2 (Accountlet::IsCheckDialup)
1000E369: F:\Inscribe current\Lgi.dll Offset: 0x76 (GDom::GetValue)
00407208: F:\Inscribe current\Scribe.exe Offset: 0x28C (ScribeWnd::MakeMailWordList)
1001AF2A: F:\Inscribe current\Lgi.dll Offset: 0x1F5 (GWindow::OnEvent)
0040C04A: F:\Inscribe current\Scribe.exe Offset: 0x86B (ScribeWnd::OnEvent)
100174D4: F:\Inscribe current\Lgi.dll Offset: 0x4D (GWin32Class::Redir)
77D43A50: C:\WINDOWS\system32\USER32.dll
00411C26: F:\Inscribe current\Scribe.exe Offset: 0x134D (ScribeWnd::MailMerge)
77E814C7: C:\WINDOWS\system32\kernel32.dll Offset: 0x44 (GetCurrentDirectoryW)
------------------------------------------------------------------


Entirely consistent behaviour. ie. it always does that.
m8chavez
11/10/2004 6:01pm
I can duplicate the error in windows and lunix.
fReT
11/10/2004 10:52pm
Doh. This was caused by my recent fix to the html->text code for entity handling. When there is a stray ampersand in the HTML it dies.

I've fixed the code and I'll release it in test25 shortly. I do want to track a few other things down before that release... but I won't leave it too long.
Reply