Hey Bastien,

2011/10/14 Bastien AMIEL <bastien.am...@opencubetech.com>:
> Hi,
>
> I get a crash (that reset the current session) while i'm using WTableView
> with some Custom WItemDelegate.
> The crash does not come as soon as I open the page, it happens after some
> elements are deleted and added to a different WTableView.
> I do not use InternalPath.
> I display UTF8 characters.
>
> I get this log :
>
> [error] "Error during event handling: bad lexical cast: source type value
> could not be interpreted as target"
> [fatal] "bad lexical cast: source type value could not be interpreted as
> target"
> [notice] "Session destroyed (#sessions = 0)"
>
>
> Any idea of what could cause this kind of problem ?

I would try to find out by breaking on an exception being thrown (in
gdb: catch throw) and then see what happens ?

boost::lexical_cast<> is used all over the place, so it's a bit hard
to guess where it comes from.

Regards,
koen

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to