sigbus Questions
2
Solved
Whenever I try to run my JavaFX problem I encounter a MacOS error, My code runs fine on other devices so I am not sure what is wrong.
Im using an M1 mac, with Java 17 and JavaFX up to the latest ve...
9
Solved
What can cause SIGBUS (bus error) on a generic x86 userland application in Linux? All of the discussion I've been able to find online is regarding memory alignment errors, which from what I underst...
1
I've noticed that my system has been producing this crash report. I'm not sure of why and my knowledge of the inner goings of apache is limited. I'm not really sure what is causing this since nothi...
7
Solved
Difference between a bus error and a segmentation fault?
Can it happen that a program gives a seg fault and stops for the first time and for the second time it may give a bus error and exit ?
Bermejo asked 8/5, 2009 at 6:56
2
Solved
Motivation
I am trying to improve my understanding of a SIGBUS error in Xwayland. This has been seen by several Fedora Linux users since around the 20th of February 2018, with Xwayland 1.19.6-5.fc...
2
Solved
Here is the example code I wrote.
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
int main()
{
int fd;
long pag...
1
Solved
First of all — sorry for the specifics. I generally try to boil my SO questions to generic "class A" stuff with only relevant stuff, but I'm not sure what's the source of the problem here.
I have ...
2
Solved
I'm getting a few SIGBUS (7) and SIGSEGV (11) crashes that I am having difficult tracking down.
The thread that appears to be causing the crash is primarily used for loading images to be displayed...
Financial asked 20/5, 2014 at 20:57
4
Solved
I've noticed something really strange.
say I've got the following structure defined
typedef struct
{
uint32_t a;
uint16_t b;
uint32_t c;
} foo;
This structure is contained in a big buffer I r...
Featherbrain asked 1/10, 2013 at 11:1
1
© 2022 - 2024 — McMap. All rights reserved.