Re: [Interest] Creating a debug log with a stacktrace on Linux

2014-06-26 Thread Thiago Macieira
Em qui 26 jun 2014, às 19:50:28, Rogers Nate escreveu: > Works great, thanks Thiago!! > > On 06/26/2014 12:11 PM, Thiago Macieira wrote: > > Em qui 26 jun 2014, às 08:45:34, Thiago Macieira escreveu: > >> Em qui 26 jun 2014, às 14:29:15, Rogers Nate escreveu: > >>> I built it as a debug build. > >

Re: [Interest] Creating a debug log with a stacktrace on Linux

2014-06-26 Thread Rogers Nate
Works great, thanks Thiago!! On 06/26/2014 12:11 PM, Thiago Macieira wrote: > Em qui 26 jun 2014, às 08:45:34, Thiago Macieira escreveu: >> Em qui 26 jun 2014, às 14:29:15, Rogers Nate escreveu: >>> I built it as a debug build. >> You need one extra flag: >> >> QMAKE_LFLAGS_APP += -Wl,-rdynamic >

Re: [Interest] Creating a debug log with a stacktrace on Linux

2014-06-26 Thread Thiago Macieira
Em qui 26 jun 2014, às 08:45:34, Thiago Macieira escreveu: > Em qui 26 jun 2014, às 14:29:15, Rogers Nate escreveu: > > I built it as a debug build. > > You need one extra flag: > > QMAKE_LFLAGS_APP += -Wl,-rdynamic Sorry, without the -Wl,. This is a GCC flag: QMAKE_LFLAGS_APP += -rdynamic --

Re: [Interest] Creating a debug log with a stacktrace on Linux

2014-06-26 Thread Thiago Macieira
Em qui 26 jun 2014, às 14:29:15, Rogers Nate escreveu: > I built it as a debug build. > You need one extra flag: QMAKE_LFLAGS_APP += -Wl,-rdynamic -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___

Re: [Interest] Creating a debug log with a stacktrace on Linux

2014-06-26 Thread Rogers Nate
I built it as a debug build. Nate On 06/26/2014 10:17 AM, Sandeep wrote: >>> Is there a way to get what I want (ie. QTimer calling > processFiveWayButton() and that function calling upButtonClicked())? > Thanks! > > I guess you might be using a RELEASE build, and usually RELEASE builds would >