Re: Unable to run the unit test - receiving signal 11

2018-02-25 Thread Dileep Sankhla
On Feb 25, 2018 23:17, "Thiago Macieira"  wrote:
>
> On Saturday, 24 February 2018 16:26:24 PST Dileep Sankhla wrote:
> > GNU gdb (GDB) 8.0.1
> > .
> > .
> > .
> >
> > (gdb) = End of stack trace ==
> > QFATAL : MainShellTest::testShell(open file) Received signal 11
> > Function time: 646ms Total time: 649ms
> > FAIL!  : MainShellTest::testShell(open file) Received a fatal error.
> >   Loc: [Unknown file(0)]
> > Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 845ms
> > * Finished testing of MainShellTest *
> > Aborted (core dumped)
> >
> >
> > What is going wrong? How to resolve it?
>
> The interesting part in the message was replaced by . . .
>
> Bring the information back and, if necessary, install debug symbols for
the
> libraries in that backtrace.
>
Thank you. It helped.
> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
>Software Architect - Intel Open Source Technology Center
>
>
>


Re: Unable to run the unit test - receiving signal 11

2018-02-25 Thread Thiago Macieira
On Saturday, 24 February 2018 16:26:24 PST Dileep Sankhla wrote:
> GNU gdb (GDB) 8.0.1
> .
> .
> .
> 
> (gdb) = End of stack trace ==
> QFATAL : MainShellTest::testShell(open file) Received signal 11
> Function time: 646ms Total time: 649ms
> FAIL!  : MainShellTest::testShell(open file) Received a fatal error.
>   Loc: [Unknown file(0)]
> Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 845ms
> * Finished testing of MainShellTest *
> Aborted (core dumped)
> 
> 
> What is going wrong? How to resolve it?

The interesting part in the message was replaced by . . . 

Bring the information back and, if necessary, install debug symbols for the 
libraries in that backtrace.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center