[Webkit-unassigned] [Bug 185611] [GTK][WPE]: Avoid trying to getenv with an unset varname

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 09:43:31 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185611

--- Comment #9 from Thibault Saunier <tsaunier at gnome.org> ---
Looking at the previously pasted stacktrace it looks like we are passing an unset `launchOptions)` to `getLaunchOptions` in `void ChildProcessProxy::connect()`:

```
void ChildProcessProxy::connect()
{
    ASSERT(!m_processLauncher);
    ProcessLauncher::LaunchOptions launchOptions;
    getLaunchOptions(launchOptions);
```

I have no idea what should be set as a `launchOptions.processType` there, any idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180515/dbe00ef8/attachment.html>


More information about the webkit-unassigned mailing list