-
Categories
-
Tags/Keywords
WLB07051 blog.bigsmoke.us HTML xen MediaWiki Firefox zimbra smb metabolism RuG postfix bash T61 Debian Ruby svn VIM Ubuntu plugin Javascript Linux Family Apache XTerm CSS WWW WordPress samba nutrition DNS PHP Windows X CLI shell van der Molen SSH Gentoo mod_rewrite MySQL Screen ssl RAID HTTP Subversion -
Recent Posts
-
Recent Comments
Tag: gdb
Rapidly firing myself in the foot with C pointers
Now that I am dedicated to becoming a somewhat decent C programmer, I need to master pointers. Last week, I leveled up in my pointer usage by debugging a particularly nasty segfault. It took the help of gdb (the GNU Project Debugger) for me to notice that my segfault was accompanied by very weird values for some increment counters, while the pointer involved was a char* pointer, not a pointer to an int.
Read More »