![]() |
| | #16 | |
| Registered User Join Date: Sep 2004 Location: California
Posts: 2,845
| Quote:
The best thing about GDB is that most of the time you don't even need to run your application in GDB to solve crash issues. Just load the core dump after your application crashed, and take a look at the backtrace. | |
| bithub is offline | |
| | #17 | |
| Registered User Join Date: May 2009
Posts: 15
| Quote:
| |
| Homer_Simpson is offline | |
| | #18 |
| Senior software engineer Join Date: Mar 2007 Location: Portland, OR
Posts: 5,381
| Yeah, because hey. Recompiling a twelve million line project because you inserted a printf() is oh so very efficient.
__________________ "Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot |
| brewbuck is offline | |
| | #19 |
| Kernel hacker Join Date: Jul 2007 Location: Farncombe, Surrey, England
Posts: 15,686
| I'm not talking about a few hundred lines of hobby code here. Just one of the smaller modules in the driver is 15K lines of code (about 400KB of code). Another module is 90K lines (about 3MB of code). The total size of the driver code is about 24MB, and if we interpolate the above bits, that means somewhere around 400K lines of code. None of which I, or anyone else at my comapny, has written [well, ok so we have a few hundred lines of interface code, but 99%+ of the code is written by people we can't talk to directly]. -- Mats
__________________ Compilers can produce warnings - make the compiler programmers happy: Use them! Please don't PM me for help - and no, I don't do help over instant messengers. |
| matsp is offline | |
| | #20 | ||
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 10,355
| Quote:
Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | ||
| laserlight is online now | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Segmentation fault problem | odedbobi | Linux Programming | 1 | 11-19-2008 03:36 AM |
| Segmentation fault | bennyandthejets | C++ Programming | 7 | 09-07-2005 05:04 PM |
| Segmentation fault | NoUse | C Programming | 4 | 03-26-2005 03:29 PM |
| Locating A Segmentation Fault | Stack Overflow | C Programming | 12 | 12-14-2004 01:33 PM |
| Segmentation fault... | alvifarooq | C++ Programming | 14 | 09-26-2004 12:53 PM |