Bug 1757854 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We rewrote `extract_payload` to use Falcon's multipart/form-data handling in bug #1562641. I fixed a few issues that popped up in stage, but overall it looked good. Then we deployed that code to production. We fixed a few more things as they came up.

Now I'm seeing a number of incoming crashes where the `upload_file_minidump` content is something like this:

```
-----------------------------640A91CB49F2DAC2
Content-Disposition: form-data; name=CrashType

fatal native crash
```

Examples:

* bp-fe82d92c-fe80-46b7-b005-27c9d0220303
* bp-e3f0a12e-014f-4a81-9000-ae3bc0220303
* b7a28291-b416-4ec1-9c1a-2a61c0220303

This bug covers figuring out what's going on.
We rewrote `extract_payload` to use Falcon's multipart/form-data handling in bug #1562641. I fixed a few issues that popped up in stage, but overall it looked good. Then we deployed that code to production. We fixed a few more things as they came up.

Now I'm seeing a number of incoming crashes where the `upload_file_minidump` content is something like this:

```
-----------------------------640A91CB49F2DAC2
Content-Disposition: form-data; name=CrashType

fatal native crash
```

Examples:

* bp-fe82d92c-fe80-46b7-b005-27c9d0220303
* bp-e3f0a12e-014f-4a81-9000-ae3bc0220303
* bp-b7a28291-b416-4ec1-9c1a-2a61c0220303

This bug covers figuring out what's going on.

Back to Bug 1757854 Comment 0