[Webkit-unassigned] [Bug 173461] New: Mobile Safari, Chrome crashes when upload pictures from camera

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 16 02:03:17 PDT 2017


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

            Bug ID: 173461
           Summary: Mobile Safari, Chrome crashes when upload pictures
                    from camera
           Product: WebKit
           Version: Safari 10
          Hardware: iPhone / iPad
                OS: iOS 10.3
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: azhukov87 at gmail.com

I have the simplest page: list of <input type='file' accept='image/*'>.

When do the following the simplest case:
- Hit "Upload"-> take picture from camera -> approve.
- Repeat it for all input conrols.(12 in my code below)
- Than i do it again and on ~15-th "upload" page crashed and was reloaded.

If do start the process again, the page crashes after 4-5th "upload". Finnaly, I can crash the page even after first picture upload.

The bug was described for IPhone 6+ IOS 10.

But I reproduced on IPhone 6S+ IOS 10(but only more iterations required, Iphone 6 IOS 10, Android Chrome 58.0.3029.

But works fine with iOS 9.5.3

The test code is:

...
<body>

<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>

<script>

</script>
</body>
...

-- 
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/20170616/ccf27b12/attachment.html>


More information about the webkit-unassigned mailing list