I've done some more inspection of the segfault. The segfault is caused 
by WebSession.C, line 1869, 1870:

if ((!requestE || (*requestE != "resource"))
        && handler.response()->responseType() == WebResponse::Page) {

because handler.response() is set to 0x0 by deferRendering() in the 
initializer (at line 1854). This causes an illegal dereference

handler.response()->responseType()

Regards,

Rutger




On 2013-07-25 14:11, Rutger ter Borg wrote:
>
> Please find attached a minimal example of what's crashing over here. The
> program never gets beyond the initialize() function upon first request.
>
> Wt version 3.3.0.
>
> Cheers,
>
> Rutger
>
>
>


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to