bus-error
Trouble tracking down a Bus Error/Seg Fault in C++ and Linux
I have a program that processes neural spike data that is broadcast in UDP packets on a local network.[详细]
2023-04-10 02:45 分类:问答Xcode Bus Error When Compiling
My iPhone app was compiling just fine, then all of the sudden, it started failing to compile, with the error:[详细]
2023-03-27 08:12 分类:问答Sorted doubly linked list gives bus error when accessing in reverse
I\'ve got a generic doubly-linked list implementation, and was working on insertion. After insertion, I try to iterate backwards through the list starting at the foot, and I get a bus error. To test t[详细]
2023-03-27 03:41 分类:问答C - K&R exercise 2.4 - why am I getting a bus error?
Why am I getting a bus error? The problematic line is marked inside the code. Exercise 2-4. Write an alternative version of squeeze(s1,s2) that deletes each character in s1 that matches any character[详细]
2023-03-16 20:07 分类:问答Why does my 2D array cause a bus error in C?
I\'m attempting to create a simple 2D array in C but apparently running into some memory trouble. My setup is simple enough and I can\'t tell what\'s wrong. I admit that my understanding of pointers i[详细]
2023-03-03 15:09 分类:问答Bus error when trying to write in FILE
I am trying to generate a matrix of all ones in C++, using an 2D array, however i have a BUS ERROR when trying to write more than 735 characters, I think I have problems with memory allocation, can yo[详细]
2023-03-02 21:46 分类:问答Bus error while running a simple string C program [duplicate]
This question already has answers here: 开发者_运维问答 Difference between char *str="STRING" and char str[] = "STRING"?[详细]
2023-02-26 16:50 分类:问答Bus Error on Intel Mac, why?
Test program which causes a EXC_BAD_ACCESS signal. Why does this cause a bus error? I want 开发者_如何转开发to change the \'HI\' to \'fI\'.[详细]
2023-02-17 20:51 分类:问答Why does the following C program give a bus error?
I think it\'s the very first strtok call that\'s failing. It\'s been a while since I\'ve written C and I\'m at a loss. Thanks very much.[详细]
2023-01-31 11:00 分类:问答Fortran Bus Error When Modifying Parameter
Whenever I assign a n开发者_Go百科ew value to a parameter, I get a bus error. I don\'t see how I\'m pointing to non-existant memory. I should have access to this address, as it is declared in the para[详细]
2023-01-30 20:38 分类:问答