0
votes
1answer
145 views
“WindowsError: exception: access violation…” - ctypes question
Howdy all -
Here is the prototype for a C function that resides in a DLL:
extern "C" void__stdcall__declspec(dllexport) ReturnPulse(double*,double*,double*,double*,double*);
In …
0
votes
3answers
129 views
Access Violation Reading Location on std::set::erase
Hi.
I have recently catched the following crash in my application:
m_players[0].erase(plr); -- CRASHES HERE
m_players[1].erase(plr);
m_players is declared as:
set m_players[2]; …
5
votes
2answers
77 views
Validity of a GPL exception
I have been contracted to modifying software released under the GPL. The small research company that I am consulting for will be submitting analysis of the output of the modified …
0
votes
2answers
68 views
PMD rule DataflowAnomalyAnalysis oddness.
I have the following JUnit test:
@Test
public void testRunLocalhost() throws IOException, InterruptedException {
// Start an AnnouncerThread
final AnnouncerThread announce …
1
vote
7answers
308 views
Double-click double-insert resolutions?
A team member has run into an issue with an old in-house system where a user double-clicking on a link on a web page can cause two requests to be sent from the browser resulting in …
