Why does Chromium segfault when uploading images?

Cyril Graze

When selecting an image for upload, I am able to see the preview in the browser. Once the actual upload process begins, Chromium segfaults.

Seems like it's some sort of odd permission issue? The file I'm trying to upload, is an image I had previously downloaded from another page using "Save As...". The picture is stored in /home/<username>/Pictures. If I attempt to upload the image right away: segfault. However, if I open the image with Gimp, and simply select "Overwrite *.jpg" and exit. Then when I go back to the browser the image uploads just fine. Somehow overwriting the image with Gimp makes it so that it can be later uploaded.

When I run ls -la on the folder before and after that, the files are always owned by the same user have the same file access permissions, so I am unsure what is going on.

Running the snap installed version: 86.0.4240.183 (Official Build) snap (64-bit)

segfault

Cyril Graze

Update:

The solution is odd, you need to go into Ubuntu Software, select Chromium, then permissions. All permissions will be selected on by default. Oddly enough, if you flip off the ones file access, then turn them back on, it will magically work. If you get issues with you Chromium after this, toggle them on/again, and it will work.

Don't know why, but it just does...


This seems to be widespread enough, there are complaints about a new security "feature" causing this behaviour:

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why does this segfault in C?

From Dev

Why does fread segfault?

From Dev

Why does cudaGraphicsGLRegisterBuffer segfault when I change my cuda kernel?

From Dev

Why does popt segfault when a string is too short?

From Dev

Why does Chromium report NXDOMAIN when a domain resolves successfully

From Dev

Why does app crash when uploading video with Phonegap?

From Dev

Why does the GIT is uploading the empty folder when it's full of code?

From Dev

Why does my shellcode segfault when executed from C, but not as a stand-alone executable?

From Dev

How to resize images automatically when uploading to WooCommerce?

From Dev

Why does writing main; in C give a segfault

From Dev

Why does chromium open 5 differents chrome.exe processes when starting?

From Dev

Why does chromium inputs 'j' and 'k' characters when I scroll horizontally?

From Dev

Why does iptables fail to block Google sites when using Chrome/Chromium?

From Dev

css: why does my background images jump when hovering?

From Dev

Why I get segfault when initializing the struct?

From Dev

Why does Chromium connect to Google on startup?

From Dev

Why does pthread_mutex_t segfault when trying to lock through shared memory from two different processes?

From Dev

htaccess does not redirect when uploading Wordpress

From Dev

Rails 4: why isn't Carrierwave uploading/writing/saving images?

From Dev

Magento 1.9.1 - Images not uploading, Destination folder is not writable or does not exists

From Dev

Magento 1.9.1 - Images not uploading, Destination folder is not writable or does not exists

From Dev

Android - Error Setting Up Content Type When Uploading Images

From Dev

Getting UPLOAD_ERR_PARTIAL when uploading images on localhost

From Dev

I got java.lang.OutOfMemoryError when uploading images

From Dev

Rails 4 not displaying conditions when uploading images with carrierwave

From Dev

only one record is saving when uploading multiple images in yii

From Dev

Conflict when uploading images with multiple file field in codeigniter

From Dev

Why does my lock-free message queue segfault :(?

From Dev

Why does this dynamic allocation of type char** and char* using malloc segfault?

Related Related

  1. 1

    Why does this segfault in C?

  2. 2

    Why does fread segfault?

  3. 3

    Why does cudaGraphicsGLRegisterBuffer segfault when I change my cuda kernel?

  4. 4

    Why does popt segfault when a string is too short?

  5. 5

    Why does Chromium report NXDOMAIN when a domain resolves successfully

  6. 6

    Why does app crash when uploading video with Phonegap?

  7. 7

    Why does the GIT is uploading the empty folder when it's full of code?

  8. 8

    Why does my shellcode segfault when executed from C, but not as a stand-alone executable?

  9. 9

    How to resize images automatically when uploading to WooCommerce?

  10. 10

    Why does writing main; in C give a segfault

  11. 11

    Why does chromium open 5 differents chrome.exe processes when starting?

  12. 12

    Why does chromium inputs 'j' and 'k' characters when I scroll horizontally?

  13. 13

    Why does iptables fail to block Google sites when using Chrome/Chromium?

  14. 14

    css: why does my background images jump when hovering?

  15. 15

    Why I get segfault when initializing the struct?

  16. 16

    Why does Chromium connect to Google on startup?

  17. 17

    Why does pthread_mutex_t segfault when trying to lock through shared memory from two different processes?

  18. 18

    htaccess does not redirect when uploading Wordpress

  19. 19

    Rails 4: why isn't Carrierwave uploading/writing/saving images?

  20. 20

    Magento 1.9.1 - Images not uploading, Destination folder is not writable or does not exists

  21. 21

    Magento 1.9.1 - Images not uploading, Destination folder is not writable or does not exists

  22. 22

    Android - Error Setting Up Content Type When Uploading Images

  23. 23

    Getting UPLOAD_ERR_PARTIAL when uploading images on localhost

  24. 24

    I got java.lang.OutOfMemoryError when uploading images

  25. 25

    Rails 4 not displaying conditions when uploading images with carrierwave

  26. 26

    only one record is saving when uploading multiple images in yii

  27. 27

    Conflict when uploading images with multiple file field in codeigniter

  28. 28

    Why does my lock-free message queue segfault :(?

  29. 29

    Why does this dynamic allocation of type char** and char* using malloc segfault?

HotTag

Archive