Hello, I am new to the forum, so this is my first post
The problem is, every browser that I use first hangs up and then crash with:
And the second problem is that Thunar close up in background, while I use other applications (and vice verse) for example, I am using Thunar and lilyterm and firefox crash, or I am using firefox and Thunar close
The browsers are: midori, firefox-esr and chromium, all installed using packages.
the .core files don't reveal much:
and
I tested in my notebook and in three machines, all of them used FreeBSD 11 with basic sysctl/loader.conf optimizations:
loader.conf:
sysctl.conf:
as window manager I use fvwm
Xorg is irrelevant because I have Intel and NVidia cards, and the problem is in all machines.
The problem is, every browser that I use first hangs up and then crash with:
Code:
Segmentation fault (core dumped)
The browsers are: midori, firefox-esr and chromium, all installed using packages.
the .core files don't reveal much:
gdb core thunar.core
gives me:
Code:
Core was generated by `thunar'.
Program terminated with signal 6, Aborted.
#0 0x0000000803e4e50a in ?? ()
gdb core firefox.core
gives me:
Code:
Core was generated by `firefox'.
Program terminated with signal 10, Bus error.
#0 0x000000080211cf65 in ?? ()
I tested in my notebook and in three machines, all of them used FreeBSD 11 with basic sysctl/loader.conf optimizations:
loader.conf:
Code:
#Boot-time kernel tuning
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
kern.maxproc=10000
kern.hz=100
kern.cam.boot_delay="100"
kern.cam.scsi_delay="100"
Code:
kern.sched.preempt_thresh=220
Xorg is irrelevant because I have Intel and NVidia cards, and the problem is in all machines.