I have a program that processes neural spike data that is broadcast in UDP packets on a local network.
My iPhone app was compiling just fine, then all of the sudden, it started failing to compile, with the error:
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
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
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
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
This question already has answers here: 开发者_运维问答 Difference between char *str="STRING" and char str[] = "STRING"?
Test program which causes a EXC_BAD_ACCESS signal. Why does this cause a bus error? I want 开发者_如何转开发to change the \'HI\' to \'fI\'.
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.
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