A debug symbol is information that expresses which programming-language constructs generated a specific piece of machine code in a given executable module.

learn more… | top users | synonyms

0
votes
0answers
10 views

difference in debug/release mode for static linking in vs2010

I am having problem with static linking in vs2010. I have this simple c source code #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { printf("hello\n"); return 0; } now, I want to ...
5
votes
2answers
116 views

Which std::map methods are identical (and might share symbols) regardless of template parameters?

I have a crash dump which I'm trying to analyze (VC++ 2010). I then have a callstack that looks like this (I've trimmed a lot here for readability): ...
-1
votes
0answers
22 views

Where can I find a specific pdb file?

I am using dbghelp.dll and symsrv.dll to debug a remote DX11 application. Unfortunately, my project complains that it cannot find dxgi.pdb (as well as a few other debug files), so my code always ...
0
votes
2answers
29 views

GDB debug info parser/description

During the work I faced with the following problem: I need to parse GDB debug info. Separate debug info file is a binary, so I can not read it without knowing a format. So, here is the question: ...
0
votes
1answer
43 views

Getting link.exe, lib.exe, editbin.exe and dumpbin.exe to use the symbol server

I have WinDbg set to download symbols to c:\symbols. The symbols for advapi32 (for example) are in c:\symbols\advapi32.pdb\3F32049F550C42B09CF114A1FB8A97E92\advapi32.pdb. The only way I've gotten ...
4
votes
0answers
25 views

Loading Specific Symbols from a Symbol Server in Visual Studio that match a regex

We have a symbol server hosts our pdbs for our internal libraries. All dll's that are published begin with prefix "ABC" I would like to configure Visual Studio to Load only specified modules that ...
0
votes
0answers
31 views

Utilising debug symbols without src code

Is it possible to debug in any useful way a shared library that has been built with debug symbols enabled but to which one doesn't have access to the src code? I have a situation where I have access ...
0
votes
0answers
88 views

Getting line of code from code address

I am able to get what function an address corresponds to by going through the .map file. I want to take it one step further and also print the line of code where the address corresponds to. The ...
0
votes
1answer
34 views

Debug symbols for LLVM libraries?

I'm using the Ubuntu packages to develop against the LLVM libraries. Here are the packages I have installed: libllvm3.1 llvm-3.1 llvm-3.1-dev llvm-3.1-runtime llvm-3.1-source 'llvm-3.1-source' ...
0
votes
1answer
54 views

Linking errors when building Debug

Whenever I build my code in Release, it compiles and runs fine. However, when I switch to Debug, I get some errors that I can't seem to figure out. swift.lib(scene.obj) : error LNK2038: mismatch ...
0
votes
0answers
29 views

Is it possible using Visual Studio and SymbolSource with assemblies registered in the GAC?

Has anyone successfully used Visual Studio to step through the WebApi or the MVC4 pipeline using Microsoft Symbol Server and SymbolSource? I have configured Visual Studio Debugger as per the ...
0
votes
1answer
87 views

What is a .sym file and how can I use it from Visual-C++?

Oracle OCCI for VS2010 contains following files: oraocci11.dll (~ 500 KB) oraocci11.lib (~ 800 KB) oraocci11.sym (~ 546 KB) The DLL is obvious. The lib file - judging from it's size, would appear ...
-1
votes
1answer
77 views

Linking a debug build to release libary: Warning LNK4204

I've Googled my pants off on this one and whilst I've found many similar Q&As, none seem to address the specific problem I have. I'm using VC10 (but I guess this applies to VC9, VC10 and VC11). ...
0
votes
0answers
28 views

MAC OS application crash debugging

i have 'MAC OS' log file. how to see crashed code by using crashed thread information which is given in the log file.
0
votes
0answers
91 views

symbols, visual studio, versions, and symchk

I have a project in visual studio (c#) which is using .net 4.5, I arrived at a point where I need to debug the framework source to understand what's happening in a multithread deadlock. I found ...
1
vote
1answer
73 views

Stack trace from backtrace didn't show method that caused the crash under multithreaded enviroment

I was trying to capture exactly which method, or at least which class crashed my code from messages returned by backtrace after received the SIGSEGV signal. Is it because the crashed method was ...
0
votes
1answer
48 views

Groovy, STS, and debug info, information, or symbols

I'm trying to include the debug information or symbols in my Groovy code so that I can use the Spring Security annotations with SpEL to access an annotated method's arguments by name. For example: ...
0
votes
2answers
99 views

Python extension debugging

I'm trying to debug an extension module for python that I wrote in C. I compiled it using the following: python setup.py build -g install --user I then debug with: gdb python ... b py_node_make ...
0
votes
1answer
28 views

Symbol matrix function differentiation

1.The function 'diff' seems could only work with one-element variable 'v' diff(f,v); % f(v), v is a one-lelement variable while I would like do differentiation on a symbol matrix diff(F, V); % ...
0
votes
1answer
94 views

PDBs: What is the C:\Windows\Symbols\dll directory?

I know about debugging symbols (PDBs), the MS Symbol Server and the caching of symbols. What I do not get is which symbols (by whom) go into the C:\Windows\Symbols\dll directory. It doesn't seem ...
1
vote
1answer
123 views

XCode missing some iOS debug symbols

I am collecting crash logs for my app but sometimes I have a problem where I can't decode the CoreFoundation and other SDK related Symbols. The lines that are from my app I can read so I have no ...
0
votes
1answer
44 views

The case of the vanishing symbols

I have a single solution containing several projects but am only running two right now. Project 1 runs as a windows service in Release mode but runs as a console app in Debug mode. Project 2 is an MMC ...
0
votes
0answers
157 views

Where can I get VC++ 2005 redistributable version 8.0.50727.5592 including PDBs?

Sometimes crash dump files of our customers will contain references to mfc80u.dll *C:\Windows\winsxs\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_none_cbf62b764709d1c9\mfc80u.dll N/A N/A ...
1
vote
2answers
181 views

Accessing internal project library's debugging symbols in Qt Creator?

I have a project/source tree with sub-directory projects, that look as follows: The idea is that the exec (testing) project is to make calls from the op (shared-object) library project - both being ...
2
votes
1answer
222 views

Using nuget & Symbols servers

I must be doing it wrong. I am using VS2012, c#. I am using nuget to manage my packages. Previously I always created an 'External References' directory and managed packages myself. I decided to now ...
1
vote
0answers
75 views

Where can I get debug symbols (PDB) for Windows.Live.dll?

I am using the Microsoft Live SDK for Windows Phone to access SkyDrive and get an exception in Microsoft.Live.dll. I'd like to step through the source to debug the issue, but fetching symbols from ...
0
votes
0answers
85 views

How to troubleshoot SymbolSource Server Basic

I have SymbolSource Server Basic installed and running, following the instructions in this blog entry. I can successfully push packages (*.nupkg and *.symbols.nupkg) from TeamCity to my server with ...
0
votes
1answer
100 views

clang: stripping class names from the output

I build a C++ project of mine using clang++, using the following command line command (split into lines): clang++ -std=c++11 -W -Wall -Wextra -pedantic -Wno-newline-eof -Werror -O4 ...
0
votes
3answers
85 views

is there a way to list symbols that are defined in c/c++ by #define

I am using eclipse and keep getting an undefined reference to `__assert_func' error in my c/c++ code. I am wondering if there is a way to tell what is being defined ( # define **). I can manually go ...
0
votes
1answer
63 views

Delayed Symbol Resolving

I am working on some diagnostic tools to help locate memory issues on an embedded ARM platform. Due to memory constraints, I can't load all symbols for all libraries on the unit itself. What ...
1
vote
0answers
87 views

Xcode 4.5 callStackSymbol not Symbolicated

I am using NSException's callStackSymbol to log the stack trace of my crash and send it to my server. I am getting this kind of stack trace from my release ipa file and/or the original released app ...
2
votes
0answers
164 views

Visual Studio 2010 Build - exits with code -1073741502 (0xc0000142) after VS2012 installation. Maybe due to dll symbols?

I'm writing a game (with Angel engine) in Visual C++ Express 2010, and even after commenting out everything in main, the program crashes on startup (the application was unable to start correctly). ...
0
votes
0answers
18 views

NIB with stripped symbols

I've been told that it is a good idea to make sure that all of the symbols from an application are stripped when you release it. But if you strip all the symbols from a binary on an OS X application, ...
1
vote
1answer
156 views

No debugging symbols found [duplicate]

Possible Duplicate: Debugging using gdb - Best practices I have just one .cpp file and I compile it with g++ on ubuntu terminal. Then when I call gdb myProgram, I get no debugging symbols ...
1
vote
1answer
463 views

XCode archive not creating DSYM file

For most of my projects, I setup an "archive" scheme to archive my project, creating an IPA and DSYM that I can upload to TestFlight. However, I'm working on a more complicated project that has ...
7
votes
2answers
223 views

How to convert a function address to a symbol

Let's say I have a program like this // print-addresses.cpp #include <stdio.h> void foo() { } void bar() { } void moo() { } int main(int argc, const char** argv) { printf("%p\n", foo); ...
0
votes
0answers
61 views

Why debugging in Release mode is possible if the order of execution differ from source code?

I don't understand how debugging in Release mode may be possible if the order of execution in executable may not match the source code because of the optimization. As the result, debugging with ...
1
vote
2answers
77 views

How to link against libc6-dbg instead of just libc6

I've a program, compiled in debug mode. Yet when I do ldd: libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0x00821000) libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 ...
2
votes
1answer
110 views

Agree to the Microsoft Symbol Server dialog [closed]

Various debuggers with support for the Microsoft Symbol Server display a dialog with terms of use for the service upon first invocation. How to get rid of it? And yes, I maintain that debugging is ...
7
votes
1answer
754 views

Slow symbol loading in an ASP.NET Project in VS2012

I'm having an issue with loading symbols on my ASP.NET MVC project. The first time I load visual studio and debug my project, symbols are loaded in roughly 2 seconds. I then end the debug session, ...
1
vote
2answers
135 views

IOS static debug symbol meaning [closed]

I am getting this error and i am not able to figure out, where the heck is it going on. Here is the stack trace: 0 CoreFoundation 0x382952a3 __exceptionPreprocess + 163 1 libobjc.A.dylib 0x3358d97f ...
0
votes
1answer
49 views

Debugging an unmanaged dll

I have a solution with two projects: Project A: is a dll that was written in C++ Project B: Is a C# application that call the dll of project A My problem: I can't hit any break points I put into ...
0
votes
2answers
57 views

How can I know which PDB file contains type information for a given struct?

I'm translating some Windows header files to Delphi. In order to verify alignment of related C structs, I need to dump certain PDB files to see the associated type information. To do this, I tried to ...
1
vote
1answer
153 views

Using compile flag -ffunction-sections with debug symbols

I am compiling a C file using the gcc flag -ffunction-sections, to move every function into it's own section. The assembler is throwing the error: job_queue.s:2395: Error: operation combines symbols ...
0
votes
0answers
58 views

Feed line numbers to IDA Demo (convert debug info)

I'm using IDA Demo to analyze ELF SO files for Android on ARM. The file is unstripped - it has debug info in DWARF format. IDA Demo can process debug info in the following formats: PDB (Microsoft ...
1
vote
1answer
193 views

GCC - generate absolute paths for #includes in debug symbols

OS is Windows, GCC is 4.7.2, GDB is 7.3. I have a .c file in the C:/project/src/ folder with an include: #include "../inc/header.h" After the compilation I have a relative path in the debug ...
1
vote
1answer
59 views

Compiling with debug symbols requires additional libraries?

I have a curious problem: When building object files with -g, the linker suddenly complains about missing symbols from libbar on wich my tool depends indirectly through libfoo. This does not happen ...
1
vote
0answers
72 views

How to get instruction adr for particular source file line - gcc 4.71 - Arm Cortex-M4

I'm using gcc 4.71 toolchain to compile my c program for STM32F4 (ARM Cortex-M4) microcontroller. After my program is compiled and linked (I have .elf file) I would like to extract address of first ...
2
votes
1answer
469 views

Extracting variables from crash dump

When a bit of native Android code crashes, the system generates a dump of the stack and registers at the crash point. Provided I have a copy of the crashed library with debug symbols in it (i. e. ...
1
vote
2answers
384 views

Symbol stripping of Objective C code still leaves method names, etc. in binary

I am trying to strip our iOS application binary of debug symbols to make it more difficult for hackers to modify the binary. I have tried both xcode's symbol stripping (enabling strip linked product ...

1 2 3 4 5 6