Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Firefox file directories broken by multiprocess setting
@ 2020-04-22 11:23 svenper
  2020-04-22 18:11 ` Firefox directory list views broken by multiprocess setting or dconf jnbr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: svenper @ 2020-04-22 11:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

New issue by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/21245

Description:
(split off from #12885 since the separate password field bug was fixed)

# System

* xuname:  
  Void 5.4.33_2 x86_64-musl GenuineIntel uptodate hold rrnFFFFFFFFF
* package:  
  firefox-75.0_1

### Expected behavior

file listing views are broken by dconf

### Actual behavior

file listing views are not broken by dconf

### Steps to reproduce the behavior

navigate to `file:///` or `ftp://*` (e.g. ftp://ftp.fr.debian.org/debian/)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Firefox directory list views broken by multiprocess setting or dconf
  2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
@ 2020-04-22 18:11 ` jnbr
  2020-04-27 16:45 ` jnbr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jnbr @ 2020-04-22 18:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21245#issuecomment-617943295

Comment:
I can reproduce the crash with `file:///` crashing.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Firefox directory list views broken by multiprocess setting or dconf
  2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
  2020-04-22 18:11 ` Firefox directory list views broken by multiprocess setting or dconf jnbr
@ 2020-04-27 16:45 ` jnbr
  2020-04-27 17:09 ` svenper
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jnbr @ 2020-04-27 16:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21245#issuecomment-620102458

Comment:
In my case, the problem is due to the sandbox not allowing / crashing on `SYS_fork`.
You can test if it's the same for you by setting `security.sandbox.content.syscall_whitelist` in `about:config` to `57`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Firefox directory list views broken by multiprocess setting or dconf
  2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
  2020-04-22 18:11 ` Firefox directory list views broken by multiprocess setting or dconf jnbr
  2020-04-27 16:45 ` jnbr
@ 2020-04-27 17:09 ` svenper
  2020-04-27 17:13 ` jnbr
  2020-05-02  8:35 ` [ISSUE] [CLOSED] " jnbr
  4 siblings, 0 replies; 6+ messages in thread
From: svenper @ 2020-04-27 17:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/21245#issuecomment-620115422

Comment:
Same here! :detective: 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Firefox directory list views broken by multiprocess setting or dconf
  2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
                   ` (2 preceding siblings ...)
  2020-04-27 17:09 ` svenper
@ 2020-04-27 17:13 ` jnbr
  2020-05-02  8:35 ` [ISSUE] [CLOSED] " jnbr
  4 siblings, 0 replies; 6+ messages in thread
From: jnbr @ 2020-04-27 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21245#issuecomment-620117607

Comment:
Ok, thanks for testing. I'll prepare a proper fix.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Firefox directory list views broken by multiprocess setting or dconf
  2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
                   ` (3 preceding siblings ...)
  2020-04-27 17:13 ` jnbr
@ 2020-05-02  8:35 ` jnbr
  4 siblings, 0 replies; 6+ messages in thread
From: jnbr @ 2020-05-02  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 775 bytes --]

Closed issue by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/21245

Description:
(split off from #12885 since the separate password field bug was fixed)

# System

* xuname:  
  Void 5.4.33_2 x86_64-musl GenuineIntel uptodate hold rrnFFFFFFFFF
* package:  
  firefox-75.0_1

### Expected behavior

directory list views are not broken by dconf or browser.tabs.remote.autostart

### Actual behavior

directory list views are broken by dconf or browser.tabs.remote.autostart

### Steps to reproduce the behavior

1. uninstall dconf
2. restart firefox and navigate to `file:///` or `ftp://*` (e.g. ftp://ftp.fr.debian.org/)
3. install dconf
4. 2\.
5. disable browser.tabs.remote.autostart in about:config
6. 2\.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-02  8:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 11:23 [ISSUE] Firefox file directories broken by multiprocess setting svenper
2020-04-22 18:11 ` Firefox directory list views broken by multiprocess setting or dconf jnbr
2020-04-27 16:45 ` jnbr
2020-04-27 17:09 ` svenper
2020-04-27 17:13 ` jnbr
2020-05-02  8:35 ` [ISSUE] [CLOSED] " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).