Hello,

I've a singleton Gnoga application with 2 Ada tasks inside.
When I click on the Quit button, the tasks are ended then I call 
Gnoga.Application.Singleton.End_Application.
Then I got an exception:

2016-04-18 21:59:00.14 : HTTP Server Started
2016-04-18 21:59:02.32 : New connection - ID 1
2016-04-18 21:59:04.74 : before End_Application call
2016-04-18 21:59:04.74 : after End_Application call
2016-04-18 21:59:04.75 : Websocket connection closed - ID 1
2016-04-18 21:59:04.75 : Deleting connection - 1
after Message_Loop
2016-04-18 21:59:04.76 : HTTP Server Stopping
2016-04-18 21:59:04.76 : Dispatch Error
2016-04-18 21:59:04.76 : Exception name: 
GNOGA.SERVER.CONNECTION.CONNECTION_ERROR
Message: Connection ID 1 not found in connection map. Connection most likely 
was previously closed.
Load address: 0x100000000
Call stack traceback locations:
0x100338045 0x1003380cd 0x100349059 0x1003cf67e 0x100345c1c 0x1003e78d6 
0x7fff8c40799b 0x7fff8c407918

with:

gnoga__server__connection__connection_manager__connection_socketN (in main) 
(gnoga-server-connection.adb:1030)
gnoga__server__connection__connection_manager__connection_socketP (in main) 
(gnoga-server-connection.adb:1023)
gnoga__server__connection__flush_buffer (in main) 
(gnoga-server-connection.adb:1829)
gnoga__gui__base__flush_buffer (in main) (gnoga-gui-base.adb:655)
gnoga__server__connection__dispatch_task_typeTB (in main) 
(gnoga-server-connection.adb:1659)
system__tasking__stages__task_wrapper (in main) + 470

What could have happened?

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to