Do you have the possibility to compile your application on Linux and
run valgrind on it? Valgrind will give you much more information than
MSVC regarding such bug. Also, enable the generation of a debug
database even with release builds, it will give you much more insight
(but a little less reliable) than just the symbol tables.

Do you still see the problem with the latest Wt release?

BR,
Wim.

2010/10/31 HADASS YAARI <[email protected]>:
> Hello,
>
> I have a strange problem:
>
> When I run the application in debug mode the application run perfectly but
> when I run in release the application collapse.
>
> The error is “unhandled exception – access violation reading location”.
>
> I tried to find out what the problem is. The call stack is like this:
>
> Wt::StdGridLayoutImpl::createDomElement()
>
> Wt::WContainerWidget::createDomChildren()
>
> Wt::WContainerWidget::createDomElement()
>
> ….
>
>
>
> When I put marks on the content of the application (the ctr of the class
> that inherits from Application – the main page) the application also
> collapse and then it complains on the same thing but the call stack is like
> this:
>
> Std::vector<unsigned int, std::allocator<unsigned int>>::_Insert_n
>
> Wt::WebSession::getSignalProcessingOrder
>
> Wt::WebSession::notifySignal()
>
> …
>
>
>
> The application collapses when we try to connect the web site through the
> browser.
>
> The main page is built the same like the widgetGallery example main page is
> built.
>
>
>
> What can be the problem?
>
> I am using windows xp, vistual studio 2005 and the newest version of wt,
> boost 1_36
>
>
>
> Thank you
>
> Hadas
>
>
>
> ________________________________
> This message (including any attachments) issued by RAFAEL- ADVANCED DEFENSE
> SYSTEMS LTD. (hereinafter "RAFAEL") contains confidential information
> intended for a specific individual and purpose, may constitute information
> that is privileged or confidential or otherwise protected from disclosure.
> If you are not the intended recipient, you should contact us immediately and
> thereafter delete this message from your system. You are hereby notified
> that any disclosure, copying, dissemination, distribution or forwarding of
> this message, or the taking of any action based on it, is strictly
> prohibited. If you have received this e-mail in error, please notify us
> immediately by e-mail mailto:[email protected] and completely delete or
> destroy any and all electronic or other copies of the original message and
> any attachments thereof.
> ________________________________
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to