All of lore.kernel.org
 help / color / mirror / Atom feed
* tcf-agent fail to run on imx28evk
@ 2011-09-15  9:27 蔡振军
  2011-09-15 13:43 ` Cui, Dexuan
  0 siblings, 1 reply; 4+ messages in thread
From: 蔡振军 @ 2011-09-15  9:27 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 595 bytes --]

Hi ALL,
         I build one image for imx28evk. But tcf-agent fail to start in boot process and get same fault when I run it manually.
Log like this:
                INIT: Entering runlevel: 5
Starting syslogd/klogd: done
Starting tcf-agent: Alignment trap: tcf-agent (1526) PC=0x4e704ca4 Instr=0xe7913103 Address=0xfffffffe FSR 0x001
Segmentation fault
FAIL
Stopping Bootlog daemon: bootlogd.
         I have tried to update the version of tcf-agent. Error still exist.

Best regards
Feye


蔡振军
网新技术有限公司物联网事业部
杭州天目山路226号网新大厦
电话-138 6745 1910


[-- Attachment #2: Type: text/html, Size: 4267 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tcf-agent fail to run on imx28evk
  2011-09-15  9:27 tcf-agent fail to run on imx28evk 蔡振军
@ 2011-09-15 13:43 ` Cui, Dexuan
  2011-09-15 14:35   ` Mark Hatle
  0 siblings, 1 reply; 4+ messages in thread
From: Cui, Dexuan @ 2011-09-15 13:43 UTC (permalink / raw)
  To: 蔡振军, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

Can you please try to remove “image-prelink" from conf/local.conf’s USER_CLASSES and re-build an image to see if that would make a difference?

Recently looks prelinking was broken and this causes segfaults in some packages.

Thanks,
-- Dexuan

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of 蔡振军
Sent: Thursday, September 15, 2011 5:27 PM
To: yocto@yoctoproject.org
Subject: [yocto] tcf-agent fail to run on imx28evk

Hi ALL,
         I build one image for imx28evk. But tcf-agent fail to start in boot process and get same fault when I run it manually.
Log like this:
                INIT: Entering runlevel: 5
Starting syslogd/klogd: done
Starting tcf-agent: Alignment trap: tcf-agent (1526) PC=0x4e704ca4 Instr=0xe7913103 Address=0xfffffffe FSR 0x001
Segmentation fault
FAIL
Stopping Bootlog daemon: bootlogd.
         I have tried to update the version of tcf-agent. Error still exist.

Best regards
Feye


蔡振军
网新技术有限公司物联网事业部
杭州天目山路226号网新大厦
电话-138 6745 1910


[-- Attachment #2: Type: text/html, Size: 9075 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tcf-agent fail to run on imx28evk
  2011-09-15 13:43 ` Cui, Dexuan
@ 2011-09-15 14:35   ` Mark Hatle
  2011-09-16  4:24     ` 答复: " 蔡振军
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2011-09-15 14:35 UTC (permalink / raw)
  To: yocto

On 9/15/11 8:43 AM, Cui, Dexuan wrote:
> Can you please try to remove “image-prelink" from conf/local.conf’s USER_CLASSES
> and re-build an image to see if that would make a difference?
> 
>  
> 
> Recently looks prelinking was broken and this causes segfaults in some packages.
> 

I believe the latest prelinker update went in this morning (US time).  So try
again and see if that resolves the issue.

To check if you are running the latest version of the prelinker,
meta/recipes-devtools/prelink/prelink_git.bb should reference the SRCREV of
3e3f9b0876aa5ac83a783a95b8bab52cb38ed785

There was a printf issue that was causing things using threading, specifically
thread local storage, to not always prelink properly.  ARM seemed to have
components that were randomly affected.

--Mark

> 
> Thanks,
> 
> -- Dexuan
> 
>  
> 
> *From:*yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> *On Behalf Of *蔡振军
> *Sent:* Thursday, September 15, 2011 5:27 PM
> *To:* yocto@yoctoproject.org
> *Subject:* [yocto] tcf-agent fail to run on imx28evk
> 
>  
> 
> Hi ALL,
> 
>          I build one image for imx28evk. But tcf-agent fail to start in boot
> process and get same fault when I run it manually.
> 
> Log like this:
> 
>                 /INIT: Entering runlevel: 5/
> 
> /Starting syslogd/klogd: done/
> 
> /Starting tcf-agent: Alignment trap: tcf-agent (1526) PC=0x4e704ca4
> Instr=0xe7913103 Address=0xfffffffe FSR 0x001/
> 
> /Segmentation fault/
> 
> /FAIL/
> 
> /Stopping Bootlog daemon: bootlogd./
> 
>          I have tried to update the version of tcf-agent. Error still exist.
> 
>  
> 
> Best regards
> 
> Feye
> 
>  
> 
>  
> 
> 蔡振军
> 
> 网新技术有限公司物联网事业部
> 
> 杭州天目山路226号网新大厦
> 
> 电话-138 6745 1910
> 
>  
> 
> 
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 4+ messages in thread

* 答复: tcf-agent fail to run on imx28evk
  2011-09-15 14:35   ` Mark Hatle
@ 2011-09-16  4:24     ` 蔡振军
  0 siblings, 0 replies; 4+ messages in thread
From: 蔡振军 @ 2011-09-16  4:24 UTC (permalink / raw)
  To: Mark Hatle, yocto@yoctoproject.org, Cui, Dexuan

Hi Mark Dexuan,

        Updating Poky to latest version, the issue is resolved. Now tcf-agent run well.

Thanks
Feye

-----邮件原件-----
发件人: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] 代表 Mark Hatle
发送时间: 2011年9月15日 22:36
收件人: yocto@yoctoproject.org
主题: Re: [yocto] tcf-agent fail to run on imx28evk

On 9/15/11 8:43 AM, Cui, Dexuan wrote:
> Can you please try to remove “image-prelink" from conf/local.conf’s USER_CLASSES
> and re-build an image to see if that would make a difference?
>
>
>
> Recently looks prelinking was broken and this causes segfaults in some packages.
>

I believe the latest prelinker update went in this morning (US time).  So try
again and see if that resolves the issue.

To check if you are running the latest version of the prelinker,
meta/recipes-devtools/prelink/prelink_git.bb should reference the SRCREV of
3e3f9b0876aa5ac83a783a95b8bab52cb38ed785

There was a printf issue that was causing things using threading, specifically
thread local storage, to not always prelink properly.  ARM seemed to have
components that were randomly affected.

--Mark

>
> Thanks,
>
> -- Dexuan
>
>
>
> *From:*yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> *On Behalf Of *蔡振军
> *Sent:* Thursday, September 15, 2011 5:27 PM
> *To:* yocto@yoctoproject.org
> *Subject:* [yocto] tcf-agent fail to run on imx28evk
>
>
>
> Hi ALL,
>
>          I build one image for imx28evk. But tcf-agent fail to start in boot
> process and get same fault when I run it manually.
>
> Log like this:
>
>                 /INIT: Entering runlevel: 5/
>
> /Starting syslogd/klogd: done/
>
> /Starting tcf-agent: Alignment trap: tcf-agent (1526) PC=0x4e704ca4
> Instr=0xe7913103 Address=0xfffffffe FSR 0x001/
>
> /Segmentation fault/
>
> /FAIL/
>
> /Stopping Bootlog daemon: bootlogd./
>
>          I have tried to update the version of tcf-agent. Error still exist.
>
>
>
> Best regards
>
> Feye
>
>
>
>
>
> 蔡振军
>
> 网新技术有限公司物联网事业部
>
> 杭州天目山路226号网新大厦
>
> 电话-138 6745 1910
>
>
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-16  4:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  9:27 tcf-agent fail to run on imx28evk 蔡振军
2011-09-15 13:43 ` Cui, Dexuan
2011-09-15 14:35   ` Mark Hatle
2011-09-16  4:24     ` 答复: " 蔡振军

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.