From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 452C5E00F1A; Tue, 12 Jul 2016 05:27:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [85.31.212.36 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from fx302.security-mail.net (smtpout30.security-mail.net [85.31.212.36]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 31C81E00F15 for ; Tue, 12 Jul 2016 05:27:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fx302.security-mail.net (MTA) with SMTP id BE9F91C3E4F3 for ; Tue, 12 Jul 2016 14:27:41 +0200 (CEST) Received: from fx302 (localhost [127.0.0.1]) by fx302.security-mail.net (MTA) with ESMTP id BC4961C3E4C2 for ; Tue, 12 Jul 2016 14:27:41 +0200 (CEST) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20160712142741-73032-00007,score=-20 Received: from cg192.security-mail.net (communigate.security-mail.net [172.16.248.192]) by fx302.security-mail.net (MTA) with ESMTPS id 77D351C3E4F2 for ; Tue, 12 Jul 2016 14:27:41 +0200 (CEST) Received: by cg192.security-mail.net (MTA, from userid 0) id 74CF74EEBC; Tue, 12 Jul 2016 14:27:41 +0200 (CEST) Received: from [164.177.56.81] (account julien.carbonnier@analogway.com HELO [192.168.0.215]) by mails.optimails.com (CommuniGate Pro SMTP 6.1.9) with ESMTPSA id 1865094461 for meta-freescale@yoctoproject.org; Tue, 12 Jul 2016 14:27:41 +0200 To: meta-freescale From: Julien CARBONNIER Message-ID: <5784E23D.2040508@analogway.com> Date: Tue, 12 Jul 2016 14:27:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 X-Virus-Scanned: by Security-Mail Subject: (No subject) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 12:27:48 -0000 Content-Type: multipart/alternative; boundary="------------080201000506060105020404" --------------080201000506060105020404 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi all, I'm building a custom image with mx6dl using branch 4.1.15-1.0.0_ga with qt5.5.1, gdb 7.9.1 and i have a problem to debug qt applications. When i used the meta-toolchain-qt5 and try to launch my application i have the following message at start : >*running,thread-id="all" dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk. >~"\nProgram received signal " >~"SIGSEGV, Segmentation fault.\n" >~"0x47559e24 in ?? ()\n" >*stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x47559e24",func="??",args=[]},thread-id="1",stopped-threads="all",core="0" dNOTE: INFERIOR SPONTANEOUS STOP sStopped. I try to backtrace the problem and i can't have informations. <765bt >&"bt\n" >~"#-1 0x47559e24 in ?? ()\n" >~"Backtrace stopped: Cannot access memory at address 0x324e5a56\n" >765^done When i set breakpoint in my main program at the first line the program has the same behavior. I use qt-creator to debug and i try without but it's the same problem ,could someone help me? Thanks for all, Re: Nouveau format signature électronique Best Regards Julien CARBONNIER --------------080201000506060105020404 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Hi all,

I'm building a custom image with mx6dl using branch 4.1.15-1.0.0_ga with qt5.5.1, gdb 7.9.1 and i have a problem to debug qt applications.
When i used the meta-toolchain-qt5 and try to launch my application i have the following message at start :

>*running,thread-id="all"

dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>~"\nProgram received signal "

>~"SIGSEGV, Segmentation fault.\n"

>~"0x47559e24 in ?? ()\n"

>*stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x47559e24",func="??",args=[]},thread-id="1",stopped-threads="all",core="0"

dNOTE: INFERIOR SPONTANEOUS STOP

sStopped.

I try to backtrace the problem and i can't have informations.

<765bt

>&"bt\n"

>~"#-1 0x47559e24 in ?? ()\n"

>~"Backtrace stopped: Cannot access memory at address 0x324e5a56\n"

>765^done

When i set breakpoint in my main program at the first line the program has the same behavior. I use qt-creator to debug and i try without but it's the same problem ,could someone help me?

Thanks for all,
Re: Nouveau format signature électronique Best Regards Julien CARBONNIER
--------------080201000506060105020404--