ericmckean / webkitdriver

Automatically exported from code.google.com/p/webkitdriver
0 stars 0 forks source link

The spawned processes are not killed properly #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WebKitDriver starts a new child process with each new WebKitDriver() call. 

These processes are not killed properly upon calling close() or quit(). These 
leave unused resources around and may cause OOM exceptions in some cases. 

These processes must be properly killed. 

Original issue reported on code.google.com by ba...@google.com on 22 Nov 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Explicit exit on last window close in a wrapper should be sufficient. 

Original comment by viarheic...@google.com on 22 Nov 2010 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by viarheic...@google.com on 23 Nov 2010 at 12:20