Click here to Skip to main content
15,878,809 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: WTF! Pin
OriginalGriff18-Aug-10 0:51
mveOriginalGriff18-Aug-10 0:51 
GeneralRe: WTF! Pin
Le centriste19-Aug-10 2:16
Le centriste19-Aug-10 2:16 
GeneralRe: WTF! Pin
BillW3325-Aug-10 6:37
professionalBillW3325-Aug-10 6:37 
JokeRe: WTF! Pin
akyriako7820-Aug-10 2:57
akyriako7820-Aug-10 2:57 
GeneralRe: WTF! Pin
CDP180220-Aug-10 4:35
CDP180220-Aug-10 4:35 
QuestionCargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 2:28
User 58261916-Aug-10 2:28 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 3:03
sitebuilderLuc Pattyn16-Aug-10 3:03 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 4:13
User 58261916-Aug-10 4:13 
I suspect it is a deadlock based on the error report: "The program is freezing once a week". I have no hard evidence for this class beeing the cause of the problem except it's the only place in the program actually locking anything. I don't have more than that so i'm just looking for code that could potentially trigger a deadlock. (i. e. Unnecessary locks beeing acquired) If i'm lucky this was indeed the problem, if not there is at least fewer overhead if i remove the useless locks.

GeneralRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 4:26
sitebuilderLuc Pattyn16-Aug-10 4:26 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 5:05
User 58261916-Aug-10 5:05 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 5:23
sitebuilderLuc Pattyn16-Aug-10 5:23 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
dojohansen16-Aug-10 3:09
dojohansen16-Aug-10 3:09 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 4:35
User 58261916-Aug-10 4:35 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
Mladen Janković16-Aug-10 6:13
Mladen Janković16-Aug-10 6:13 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
ed welch19-Aug-10 4:38
ed welch19-Aug-10 4:38 
GeneralUh...check what? PinPopular
TheyCallMeMrJames12-Aug-10 6:34
TheyCallMeMrJames12-Aug-10 6:34 
GeneralRe: Uh...check what? PinPopular
OriginalGriff12-Aug-10 8:21
mveOriginalGriff12-Aug-10 8:21 
GeneralRe: Uh...check what? Pin
GibbleCH12-Aug-10 8:51
GibbleCH12-Aug-10 8:51 
GeneralRe: Uh...check what? Pin
Andre xxxxxxx13-Aug-10 0:50
Andre xxxxxxx13-Aug-10 0:50 
GeneralRe: Uh...check what? Pin
Super Lloyd15-Aug-10 15:20
Super Lloyd15-Aug-10 15:20 
GeneralRe: Uh...check what? Pin
Andre xxxxxxx16-Aug-10 0:51
Andre xxxxxxx16-Aug-10 0:51 
GeneralRe: Uh...check what? PinPopular
Ian Shlasko12-Aug-10 9:40
Ian Shlasko12-Aug-10 9:40 
GeneralRe: Uh...check what? Pin
Bigdeak12-Aug-10 19:42
Bigdeak12-Aug-10 19:42 
GeneralRe: Uh...check what? Pin
David Skelly12-Aug-10 22:33
David Skelly12-Aug-10 22:33 
GeneralRe: Uh...check what? Pin
Richard A. Dalton13-Aug-10 3:20
Richard A. Dalton13-Aug-10 3:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.