Skip to main content
1-Visitor
July 17, 2014
Question

traceback.log

  • July 17, 2014
  • 2 replies
  • 1012 views
Unfortunately, my application crashes on a customers computer and a
traceback.log file is generated.

The following is the beginning of the traceback.log file:

    2 replies

    10-Marble
    July 17, 2014
    Hi Bob
    Could the difference in traceback.log be a matter of debug/release versions of your program or that you have the Visual Studio environment on your developer machine.
    The given log seems to reference memory space with no link to code line numbers.

    /Bjarne
    BobMonat1-VisitorAuthor
    1-Visitor
    July 17, 2014
    Bjarne,

    I used a debug build. In the C/C++ Generic, I set Debug Information Format
    to Zi. In the Preprocessor symbols, neither _DEBUG nor NDEBUG was set. In
    the Linker Debugging, I set Generate Debug Info to Yes. These are the
    settings I had used successfully on a development machine.

    Bob

    Bob Monat
    Jerand Technical Services, Inc.
    bob@jerand.com
    www.jerand.com
    1-317-875-6087


    On Thu, Jul 17, 2014 at 1:53 AM, Bjarne Frandsen <->
    wrote:

    > Hi Bob
    >
    > Could the difference in traceback.log be a matter of debug/release
    > versions of your program or that you have the Visual Studio environment on
    > your developer machine.
    >
    > The given log seems to reference memory space with no link to code line
    > numbers.
    >
    >
    >
    > /Bjarne
    >
    >
    >
    > *From:* - [