Project

General

Profile

Wt internal error - unexpected token

Added by Fabian V over 4 years ago

My application crashes after some days of long time test with the following message in the browser:

 Wt internal error; code: undefined, description: unexpected token: '-'

(Wt Version 4.0.5)

The logfile.log logs a javascript error.

I'm working very fast on some models which are displayed in WTableViews.

I'm using...

  Wt::WApplication::UpdateLock

...when accessing the models. Is there something else I need to consider?