1. Compile the source with -g option.
2. run gdb
(gdb) file exefile
(gdb) run [arg is optional]
After segment error occurs, type ‘up’ until you see the proper source file & line where the segment occurs.
(gdb) up
(more…)
http://www.roundcube.net/
RoundCube Webmail is an OpenSource Ajax Webmail. Probably it’s the only existing open source Ajax webmail.
It is still beta v0.1-beta2 but it has very nice interface and powerful functionalities. You gotta try this!