Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 09-11-2003, 11:07 AM   #1 (permalink)
Fast'n'Bulbous
 
Location: Australia, Perth
Segmentation fault

AHHHHHHHHHHHHHHHHHHHHHHHHHH!

What's your worst/most annoying programming bug/error?

the one that pisses me off the ost is the segmentation fault, only cause i've gotten it so many times today and you have to put damn print statments everywhere to find when the bastard stuff up. Debugging is a killer.............

i think i am gonna cut my loses and try for bed now
Sleepyjack is offline  
Old 09-11-2003, 02:12 PM   #2 (permalink)
Well...
 
Location: afk
Object reference is not set to an instance of an object.
Leviathan[NCV] is offline  
Old 09-11-2003, 05:44 PM   #3 (permalink)
Junkie
 
Location: RI
If you're doin it in linux, I can talk you thru simple use of gdb if ya aren't already doin that.
Heck of a lot easier doin that then putting something in every function.
For me, it was somethin that was happening on my mud with certain muds just screwin it totally up for half a minute. I think I fixed most of it though.
Fallon is offline  
Old 09-11-2003, 06:07 PM   #4 (permalink)
Banned
 
Location: Greater Vancouver
Casting errors are my most hated, especially with multi-dimensional char pointers/arrays.

That, and forgetting to convert things to Unicode strings when working with some Unicode-specific Windows API. D'oh!
Flippy is offline  
Old 09-12-2003, 02:04 PM   #5 (permalink)
Junkie
 
Location: North Hollywood
yeah even post debugging with gdb and a core file will help you out, if anything segmentation faults are the easiest to debug, since its generally a hardware trap, since its nearly always you attempting to do something the computer can't

the worst are firmware errors on java based embedded devices you can't debug or trace on
charliex is offline  
Old 09-12-2003, 05:00 PM   #6 (permalink)
kel
WARNING: FLAMMABLE
 
Location: Ask Acetylene
The worst is programming in a linux console exclusively for the first time in your life...
__________________
"It better be funny"
kel is offline  
Old 09-13-2003, 04:59 AM   #7 (permalink)
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
I hate errors in multidimensional arrays (using all pointers).. I just get buried and it takes a while to figure out my wrror.
Latch is offline  
 

Tags
fault, segmentation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 04:11 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76