A stack overflow occurs when too much memory is used on the call stack. NOTE: Do not use this tag to refer to the Stack Overflow website. If you have a question regarding the site, please go to http://meta.stackoverflow.com
0
votes
0answers
6 views
Error Consol shows errors from StackExchange
Whenever I load my page into Firefox the Error Console shows:
I'm not purposely loading anything from StackOverflow or StackExchange and the text "stackexchange" doesn't show up anywhere in my ...
-2
votes
0answers
22 views
Good Starting Point for StackOverflow [migrated]
Okay, I am new to stackoverflow. I am no expert, just a grad student. I see its difficult, building a rep here, and beginners get a lot of down voting for their initial questions. So whats the best ...
1
vote
3answers
55 views
Why does putting DoEvents in a loop cause a StackOverflow exception?
I was getting a weird error in a legacy application (not written by myself), where I was getting a StackOverflow exception when I changed the date on a calendar.
A simplified version is below. This ...
1
vote
1answer
77 views
segmentation fault caused by multiple += operators in c++?
I am working on a particle gravitational interaction simulation program for c++, and I am almost to the point of it working, but I have a silly unexplainable error that is driving me crazy.
The ...
0
votes
0answers
41 views
Shellcode segfaults after nop sled
Basic C program with an obvious buffer overflow:
void f(){
char buf[100];
gets(buf);
printf("Hello exploit");
}
int main(){
f();
return 0;
}
Shellcode for the correct system:
...
8
votes
1answer
115 views
Generating random vectors with constant stack space
I'm working with the packages System.Random.Mersenne.Pure64 and Control.Monad.Mersenne.Random by Don Stewart which are usually blazingly fast, and are supposed to help avoid common errors, like using ...
1
vote
2answers
30 views
jQuery.extend throws stack overflow exception with self references
I was working on a JavaScript application when I noticed that: using jQuery.extend function has a special behaviour when used with object that have a reference to them self.
If you run this script:
...
0
votes
1answer
45 views
CUDA application .exe has stopped working
So, after finally getting my completely on-GPU integrator working correctly, I find that if I increase the dimensionality of the system I'm trying to integrate, the .exe compiles and seems like it's ...
0
votes
2answers
50 views
Restricting floating point values to avoid overflow in python
I'm writing a program that utilizes Euler's Method to calculate whether or not an asteroid's orbit will result in a collision with Earth. At the end of each iteration of the main loop, there is an if ...
0
votes
0answers
31 views
App hangs and finally crashes, calling [NSView cursorUpdate:] n times
I have been seeing above mentioned crash upon clicking on return key or space bar, while i am editing my textfield. crash log has no reference to any line of my code.
Crashed Thread: 0 Dispatch ...
0
votes
0answers
17 views
How do I comment on an answer in StackExchange sites (e.g., StackOverflow) and what StackExchange site should I have asked this on? [migrated]
How do I comment on an answer in StackExchange sites (e.g., StackOverflow) and what StackExchange site should I have asked this question on?
2
votes
1answer
44 views
“In-place” MSD radix sort, stack space, and Stack Overflow's
I'm really confused the "in-place" MSD radix sort algorithm:
Each bin is then processed recursively using the next digit, until all digits have been used for sorting.
I'm confused because it ...
0
votes
0answers
15 views
-1
votes
0answers
15 views
Finding twitter account name having a github user name [closed]
How can I find the id of a user in Twitter (or Stack Overflow) having his/her id in Github?
Is there any Java API's for example to support this? Any other ideas or comments?
1
vote
0answers
49 views
Why uncaught exception: Error in Actionscript. when connected to Stackoverflow.com?
As i'm lloking for ansers on stackoverflow i notice a console error that keep looping in my javacsript log
uncaught exception: Error in Actionscript. Use a try/catch block to find error.
Whenever i ...