I recently started trying to program in FreeBSD x86_64 assembly, following some tutorials and I ended up with such hello world program.
section .data
hello db "Hello, world!", 10
section .text
global _start
_start:
mov rdi, 1
mov rsi, hello
mov rdx, 14
mov...
I updated my ports-mgmt/poudriere repository from 2023Q2 to 2023Q3 last weekend. After that I started to have segfault with www/tor-browser (only this port so far):
{beastie} Ψ FreeBaSeD-T430 Ψ /home/beastie
Ψ tor-browser
ATTENTION: default value of option mesa_glthread overridden by...
Hi,
FYI: if you run into issues like segfaults with postgresql client connections and you have KTLS enabled (enabled in kernel and "Options = KTLS" in openssl.cnf), disable KTLS (e.g. in openssl.cnf on the client side) and it will work again.
Seems there is some kind of incombatibility for at...
Has anybody gotten ntpd to correctly work on a recent fresh install? I'm on stock kernel, fully patched, ntpdate works but any variation of ntpd just segfaults:
root@svc1:~ # ntpd -I 10.10.0.89 -n -c /etc/ntp.conf
7 Jan 10:33:35 ntpd[22262]: ntpd 4.2.8p15-a (1): Starting
7 Jan 10:33:35...
I have been noticing I am having frequent segfaults when I run a utility to format my java code. I am using a shell script that wraps google java format and runs 10 processes in parallel via xarg. I am guessing that by running 10 processes in parallel that use the same jar file, I am having...
Hello, whenever I run clinfo or clpeak I get this error:
clpeak:
Platform: Clover
Device: AMD CEDAR (DRM 2.50.0 / 12.2-RELEASE-p3, LLVM 10.0.1)
Driver version : 20.2.3 (FreeBSD)
Compute units : 2
Clock frequency : 650 MHz
Segmentation fault (core dumped)
clinfo;
...
ICD...
I recently, after getting security advisory FreeBSD-SA-19:07.mds, set hw.mds_disable=3 in sysctl.conf on my 11.2-RELEASE-p10 server. I also disabled hyper-threading, as it seems one needs to both disable hyper-threading and set hw.mds_disable to 3 (although another post seems to suggest that if...
Is it only me? I'm using packages, but tried building from ports with the same result:
sysutils/dtc causes segfault on any source without any intermediate output.
I cannot compiled my .dts (flattened device tree source) files I used to for 3 year...
Thanks for directions!
So I've been trying to get a linux binary running on my FreeBSD server for a little bit now. I've loaded all the correct modules that were stated. Here's the output of kldstat:
[root@bsd ~]# kldstat
Id Refs Address Size Name
1 28 0xffffffff80200000 1f6e480 kernel
2 1...
pkg i386 installing seamonkey _4 > _5 on my desktop [ I am writing from a backup ] has segfaulted seamonkey. As opera does not connect to the forums, I tried using Firefox. It seems firefox won't allow '2' etc to be entered, so I cannot log into the forums as it is in my username...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.