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
7 views
Why do Google-tags have a picture in stackoverflow
When you look at Stackoverflow's recent tags you'll see that some have a little favicon in front of them. Conspicuously the affected tags are mostly Google products (android, google-chrome, ...
-1
votes
0answers
17 views
stackoverflow not show correct at my computer [closed]
at my computer all the page of the http://stackoverflow.com not show correct,i use IE and chrome but they are all not show the page correct. as the follow the page:
0
votes
0answers
39 views
Getting a stack overflow error in R using when making a heatmap from relatively small data?
I am using R to create a heatmap from a matrix with 4 columns (treatments) and a couple hundred rows. This is all I did:
d <- read.delim("myData.txt",header=TRUE,stringsAsFactors=FALSE , row.names ...
3
votes
1answer
72 views
GHCI stack overflow on `instance Show MyType`
Why do I get stack overflow trying to do this in GHCI (version 7.6.2)? How can I derive a typeclass instance during a GHCI session or why is this not possible?
*Main> data T = T Int
*Main> let ...
0
votes
1answer
16 views
StackOverflow when navigating to another Actiity
In the MainActivity I navigate by playButton to PlayActivity then I go through the PlayActivity and when i is big enough I go to the EndActivity but then I get:
06-05 08:58:15.139: ...
0
votes
0answers
23 views
“Error: Error #1023: Stack overflow occurred.” without a break or object reference
My console window gets a set of about 15 copies of this line:
Error: Error #1023: Stack overflow occurred.
Error: Error #1023: Stack overflow occurred.
Error: Error #1023: Stack overflow occurred.
...
1
vote
2answers
58 views
Unhandled exception System.StackOVerflowException c#
I wrote a piece of code that returns a random string sponsorname from a list of sponsors.
This sponsorname should be visible at each page, so I call the RandomSponsor method in the shared _layout ...
1
vote
2answers
97 views
Stackoverflow error in Reversi game written in Haskell
this code is causing a stack overflow error - can any of you people see anything Ive missed that could be causing it? Ive gone through all the functions and set them to just return arbitrary values ...
1
vote
0answers
15 views
How can I know the Past Questions I viewed in stackoverflow? [migrated]
I found a very useful question in this site(www.stackoverflow.com). I forgotten to bookmark the page or mark the question as favourite. After some 10days, I faced the same problem and I know that ...
2
votes
2answers
63 views
printf command causing a seg fault? [duplicate]
When I try to initialize a large double dimensional character array, it works perfectly fine. But when I add a simple print command, it gives me a segmentation fault. Any ideas as to why this is ...
0
votes
0answers
60 views
Error: C stack usage is too close to the limit in Windows environment
I'm doing geostatistical interpolations in R on a 5600 x 5700 matrix and, despite having available memory, I'm getting the error "C stack usage is too close to the limit."
There are a few SO ...
2
votes
2answers
59 views
Find out how deep a call stack went in Clojure (or java)
Clojure is my first foray into the world of lisp. I decided to try a simple recursive function that raises a number to an integer power. Simple enough.
(defmulti pow #(compare %2 0))
(defmethod pow 0 ...
0
votes
0answers
44 views
Reading/Writing errno or stack variable causes segfault. Why?
I have a really weird problem here, and haven't managed to find an answer online.
It appears after debugging with printf statements that a segfault ocurred when trying to read errno. Commenting ...
0
votes
0answers
21 views
StackOverflow android app DatePickerDialog
I'm using the below custom DatePickerDialog as my app needs to support android versions as low as 2.3.3 (api 10) and the setMaxDate/setMinDate methods are not available until api 11. This class is ...
0
votes
0answers
23 views
stack overflow error when reading jpeg image uisng Cimg library
i'm getting stack overflow error when i'm trying to read jpg file using Cimg library while other format bmp is working file . how can i resolve it.
#include"CImg.h"
#include<stdio.h>
...