I know you will have done this but anyway .... have you tried
rebuilding from scratch (i.e. after a "make clean"). I find that I
need to do this even when I do not expect to have to do so (I used to
carefully define which headers impact which objects etc.)

I suspect that there is a sizeof and malloc (or a new - or perhaps a
delete/free) somewhere which does not always get the new size of my
classes when I change the header without a complete build. Even where
my code only seems to hold a pointer ....

Anyway I got the same symptoms and it solved it for me.

Adrian

2009/9/1 Lasse Kärkkäinen <tronic+4...@trn.iki.fi>:
>> It seems that there is a mismatch between the URL at which the
>> application is deployed, and the URL which the application thinks it
>> has.
>>
>> Are you using url rewriting rules ? How are you deploying ? At '/c' or
>> at '/c/' ?
>
> Not using rewrite rules. The script is /c/nihcms.fcgi and it is set as
> the directory index in apache config.
>
> We are also getting a large number of segfaults and other issues. I
> managed to get a Valgrind log of this by manually killing the process
> with SIGTERM. I am not sure whether Wt catches this and handles the
> situation correctly, so maybe these errors are unrelated to the ones
> that we see in production use (without valgrind and without manually
> killing anything).
>
> The system is currently only accessible on
> http://goblin.tkk.fi/c/foo.fcgi due to the large amount of issues we've had.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to