Project

General

Profile

Actions

Bug #4924

open

WApplication

Added by Momo LALMI almost 8 years ago. Updated almost 8 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
Start date:
05/20/2016
Due date:
% Done:

0%

Estimated time:

Description

Hi,

On Internet Explorer (tested version : 11), when the browser window is closed (with close button), the WApplication destructor is not called and the memory used by Wt Application is not freed.

The WApplication destructor is called correctly when Google Chrome is closed.

BR

Actions #1

Updated by Koen Deforche almost 8 years ago

  • Status changed from New to Feedback

This is a known issue, but in the end memory will be freeed when the session times out (by default this is after 10 minutes). With some browsers, we can catch the close event, while for other browsers, we can't as there's a race condition internal in the browser between communication and closing.

Actions

Also available in: Atom PDF