Hey, 2009/3/15 <[email protected]>: > #0 0x0809c471 in Wt::Server::main (this=0xbfbfeda0) at > /usr/home/under/PROJECTS/light/src/wt/src/fcgi/Server.C:452 > 452 int i = lrand48() % sessionProcessPids_.size(); > [New LWP 100441] > (gdb) bt > #0 0x0809c471 in Wt::Server::main (this=0xbfbfeda0) at > /usr/home/under/PROJECTS/light/src/wt/src/fcgi/Server.C:452 > #1 0x0809e9fb in Wt::WRun (argc=1, argv=0xbfbfeeec, > createApplication=0x8054980 <createApplication(Wt::WEnvironment > const&)>) at /usr/home/under/PROJECTS/light/src/wt/src/fcgi/Server.C:709 > #2 0x08054a0f in main (argc=1, argv=0xbfbfeeec) at > /usr/home/under/PROJECTS/light/src/webui/main.cxx:11 > (gdb) fr 0 > #0 0x0809c471 in Wt::Server::main (this=0xbfbfeda0) at > /usr/home/under/PROJECTS/light/src/wt/src/fcgi/Server.C:452 > 452 int i = lrand48() % sessionProcessPids_.size(); > (gdb) > > > Seems that somehow sessionProcessPids_.size() is zero, thus division by > zero exception in thrown.
In that case, the root cause would be a dying shared session process. Can you find out what happened and get a back trace of that process ? Regards, koen ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
