Tagged Questions
The intermittent tag has no wiki summary.
8
votes
11answers
1k views
Copying Files over an Intermittent Network Connection
I am looking for a robust way to copy files over a Windows network share that is tolerant of intermittent connectivity. The application is often used on wireless, mobile workstations in large ...
4
votes
2answers
859 views
MATLAB GUIDE gui listbox intermittently disappears with seemingly obsolete error
I am building a straightforward MATLAB gui using GUIDE. I have a listbox of items. Most of the time, it works as expected, but sometimes (usually after I edit the figure with GUIDE) populating the ...
4
votes
2answers
254 views
Google App Engine with local Django 1.1 gets Intermittent Failures
I'm using the Windows Launcher development environment for Google App Engine.
I have downloaded Django 1.1.2 source, and un-tarrred the "django" subdirectory to live within my application directory ...
3
votes
1answer
270 views
Intermittent 403s due to CSRF failure (Django 1.2.3)
I've got a slightly crazy/infuriating bug with a site and CSRF.
We're running Django 1.2.3, Python 2.6 on Ubuntu with Apache2 + mod_wsgi and have been getting end users reporting 403 CRSF ...
3
votes
3answers
2k views
HttpsURLConnection and intermittent connections
I'm hoping someone could help me out with intermittent connections I'm
getting using code with HttpsURLConnection. The code I'm using is
below:
HttpsURLConnection conn = (HttpsURLConnection) ...
3
votes
2answers
382 views
Intermittently slow Mysql table - why?
We recently had an issue I'd never seen before, where, for about 3 hours, one of our Mysql tables got extremely slow. This table holds forum posts, and currently has about one million rows in it. ...
2
votes
1answer
60 views
Sensitising intermittent parallel build issue (cmake)
I am trying to debug an intermittent parallel build issue in my cmake build system around some generated files. It is however difficult to reliably test or reproduce the issue.
Does anyone know any ...
2
votes
3answers
472 views
Getting strange intermittent “unrecognized selector” exceptions in iPhone app
Recently, I've been getting intermittent error reports from my app claiming "unrecognized selector" in areas that could not possibly cause them, and yet they do.
For example, this one:
Error: ...
2
votes
1answer
867 views
Why does Flash's ExternalInterface *sometimes* not work?
I have a Flash movie which has a number of actionscript 2 functions which are exposed to Javascript via ExternalInterface. Normally this movie works fine and Javascript can communicate with it. But ...
1
vote
0answers
392 views
a4j:commandLink working intermittently
In the code below, a4j:commandLink (with id id="account-link") does not work for me all the time.
Fail Scenario (happens 1 out of approx 10 clicks) : Its clicked, the a4j:status tag (we show a ...
1
vote
1answer
96 views
Why is my CSS intemittently failing to take effect?
I have a problem I see every so often - I create a CSS file, link it in a webpage, but then it sometimes takes effect and sometimes doesn't. I've set up a very simple example which has the problem.
...
1
vote
3answers
2k views
Intermittent Crystal Reports error “The request could not be submitted for background processing.”
We are running Crystal Reports on a Windows Server 2008 with .NET framework 3.5 SP1.
I have seen many causes of the general error "The request could not be submitted for background processing." on ...
1
vote
1answer
728 views
Windows Mobile 6 intermitent connection problem NOPATHTODESTINATION
On a Windows Mobile 6 device we are trying to open an internet connection. This usually works but sometimes we get a return code of 0x80004005 with a status of CONNMGR_STATUS_NOPATHTODESTINATION. ...
0
votes
1answer
34 views
How to capture asynchronous and intermittent data in iOS?
Platform: iOS with TCP/IP comms.
The following is an example of my incoming data stream.
$PLTIT,HV,0.20,M,0.00,D,-58.70,D,0.30,M*71
$PLTIT,HV,1.90,M,0.00,D,-8.30,D,1.90,M*41
A valid message ...
0
votes
2answers
137 views
base class not always called when instantiating WinForm user control
I have a funky problem that has a workaround, but I want to keep code as similar as possible. The issue centers on a particular variable in the base class for my user controls that may or may not be ...
0
votes
1answer
246 views
Android ListView OnItemClick event fires sometimes, but not always
I have a very wierd problem with the Android ListView component.
Situation: I'm basically utilizing the setOnItemClickListener method and subsequently overriding the "onItemClick" method to ...
0
votes
2answers
155 views
Intermittent segmentation faults with straightforward C++ program
I'm currently working through Thinking in C++, and chapter 9, exercise 15 gives instructions to time the difference between inline and non-inline constructors. In doing so, I created a metric ...
0
votes
2answers
79 views
Unusual javascript HTTP caching / undefined issues
Ok. I have never seen anything like this before and I am quite confused... On a website I am working on, there are two JavaScript includes. (Well, many more, but the problem occurs with only two). ...
0
votes
1answer
154 views
RegexKitLite assertion failure occurring intermittently
I'm using the wonderful RegexKitLite framework built upon the ICU library that ships with Mac OS X and iPhone OS. It has been smooth sailing so far, with the exception of this error that appears ...
0
votes
3answers
167 views
Slowing down computer for debugging intermittent defect
Is there a way to slow down my development computer to try to replicate a defect that only occurs intermittently on a slow machine?
(For what it's worth, Ableton Live has a CPU usage simulation ...
-1
votes
4answers
126 views
Terminating intermittently
Has anyone had and solved a problem where programs would terminate without any indication of why? I encounter this problem about every 6 months and I can get it to stop by having me (the ...