debugging

General questions regarding the usage of CodeLite
asmcad
CodeLite Curious
Posts: 8
Joined: Wed Feb 18, 2009 2:33 pm
Contact:

debugging

Post by asmcad »

when i try to debug my project it's giving error messagebox

Program Received signal SIGSEGV
Stack Trace is available in the 'Stack' tab.

Debug Tab

Code: Select all

Debug session started successfully!
Debuggee process ID: 3000
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-pc-mingw32".
This binary was built by Equation Solution <http://www.Equation.com>...
set  new-console on
set unwindonsignal on
set width 0
set height 0
Found the breakpoint ID!
Storing debugger breakpoint Id=1
Successfully set breakpoint 1 at: C:\deneme\sss\main.cpp:5
Continuing...
[New thread 3000.0xd44]
warning: Can not parse XML library list; XML support was disabled at compile time
Program Received signal SIGSEGV
Trace Tab

Code: Select all

16:29:41: Loaded debugger: GNU gdb debugger, Version: v1.0
16:29:41: Loaded plugin: Abbreviation plugin
16:29:41: Loaded plugin: Source Code Formatter (AStyle)
16:29:41: Loaded plugin: Continuous build plugin which compiles files on save and report errors
16:29:42: Loaded plugin: Copyright Plugin - a small plugin that allows you to place copyright block on top of your source files
16:29:42: Loaded plugin: Cscope Integration for CodeLite
16:29:42: Loaded plugin: A plugin that allows user to launch external tools from within CodeLite
16:29:42: Loaded plugin: Gizmos Plugin - a collection of useful utils for C++
16:29:42: Loaded plugin: Snippet wizard
16:29:42: Loaded plugin: Subversion
16:29:43: Loaded plugin: A Unit test plugin based on the UnitTest++ framework
16:29:43: Loaded plugin: wxFormBuilder integration with CodeLite
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite/config/accelerators.conf.default'
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite\plugins\resources\abbreviation.accelerators'
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite\plugins\resources\external_tools.accelerators'
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite/config/accelerators.conf.default'
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite\plugins\resources\abbreviation.accelerators'
16:29:46: Loading accelerators from 'C:\Program Files\CodeLite\plugins\resources\external_tools.accelerators'
16:29:46: Install path: C:\Program Files\CodeLite
16:29:46: Startup Path: C:\Program Files\CodeLite
16:29:47: Info: CodeLite is up-to-date (or newer), version used: 2790, version on site:2759
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: debugging

Post by eranif »

codelite is trying to tell you that your code is casuing a segmentation fault

Nothing to do with codelite itself.
Eran
Make sure you have read the HOW TO POST thread
Post Reply