Coder Social home page Coder Social logo

Comments (32)

popcornmix avatar popcornmix commented on May 18, 2024

What does "uname -a" report?

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Linux toc 3.1.9 #3 PREEMPT Tue Jul 17 20:20:00 CEST 2012 armv6l ARMv6-compatible processor rev 7 (v6l) BCM2708 GNU/Linux
Then the official kernel, but with custom config (add some modules, remove other, but nothing important)

from linux.

popcornmix avatar popcornmix commented on May 18, 2024

Can you confirm it happens with official build of kernel?
Can you capture a stack trace?

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

How capture the stack trace?

EDIT: On console, the cursor stop to blink

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Linked only with the usb/network/general because I have crash too without disk access (I think: find ./ -mmin -60 say nothing, and lot of stuff is under tmpfs).

from linux.

popcornmix avatar popcornmix commented on May 18, 2024

Normally stack trace is output to screen when a crash occurs.
Are you overclocking? Are you sure power supply is good?

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Then like my normal computer.
No overclocking (official clock). I presume my power supply as good (provided by the raspberry pi resseller), but I have any tools to check it. I have nothing to weld an capacitor to test (and If I failed the weld, it's 30$ more + 450$ to ship where I live).
All my router/computer/device seam work here.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

But I note red light up when the power is disconnected and hub powered connected (no diode to prevent alimenting by usb I presume).

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I have a dmesg on my custom kernel:
Backtrace:
http://pastebin.com/01gtGESk

I search enable my symboles to debug better...

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

No bt but when I disconnect the network card, the rpi stop freeze and display in loop the message for the network card:
event key 5 dropped... I will note it.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

To do a bug, it's very easy:
I launch 10x ping command like that's, on my personal computer on the lan:
ping www.google.com
my rpi is router/gateway, eth0 (internal interface) is for the lan 192.168.158.0/24, the eth1 is for the adsl routeur 192.168.1.0/24 (linked with gateway/masquerade mode?)

I have in loop on the hdmi output:
smsc95xx 1-1.1:1.0: eth0: kevent 4 may have been dropped
and unable to acces to the dmesg (I have try loop into screen session, dmesg > /boot/dmesg;sleep 60, with /boot as sync)

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

No crash the same device but with routing/gateway disabled.

confirmed by the bt::
http://pastebin.com/01gtGESk

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Power is correct, I have changed all the device to be sure.
The back trace is clear, no? The card asix receive RX, then the data is transmited into an interruption to smsc95xx, and sometime that's do a infinity loop.

I need very quickly a solution, if you can do that's, thanks to you.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

With CONFIG_CPU_IDLE that's do lot of time before the problem with my custom kernel, but the ping and bandwith to internet is more and more worse (I need reset each 6h). But at final it crash too.
Mem leak?

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I'm without swap.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Now I have error:
Error::handle_he_chhltd_intr_dma:1988 handle_he_chhltd_intr_dma: Channel 3, DMA Mode -- but reason for halting is unknow, hcint 0x00000402, insts 0x0660001
Error::handle_he_chhltd_intr_dma:1988 handle_he_chhltd_intr_dma: Channel 3, DMA Mode -- but reason for halting is unknow, hcint 0x00000402, insts 0x0660009
Error::handle_he_chhltd_intr_dma:1988 handle_he_chhltd_intr_dma: Channel 3, DMA Mode -- but reason for halting is unknow, hcint 0x00000402, insts 0x0660021
in loop

from linux.

popcornmix avatar popcornmix commented on May 18, 2024

Can you test with latest kernel. Also can you try with:
dwc_otg.microframe_schedule=1
in cmdline.txt

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

The bug is same, I have tryied with the last kernel at this time.

from linux.

ashleyw avatar ashleyw commented on May 18, 2024

I had this exact problem @alphaonex86, "Channel 3, DMA Mode -- but reason for halting is unknown", caused by simply wget'ing a large file (it'd freeze after ~2 minutes.)

It turned out it was my Apple USB wired keyboard causing it — once I removed it, everything ran smoothly! I guess it was sucking too much power?

Others seem to agree: Report: Apple Wired Keyboard Incompatible

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I have external power, then I my case it's not linked with power problem. But it seam like have infinity loop after disconnect the device (like when connected) and consume all the cpu.

For my it's context problem and software only bug.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Now I have:

[ 1201.006730] VCHIQka-0 D c0372168 0 23 2 0x00000000
[ 1201.013922] from
[ 1201.020866] from
[ 1201.027978] from
[ 1321.032970] INFO: task VCHIQka-0:23 blocked for more than 120 seconds.
[ 1321.039772] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1321.062936] VCHIQka-0 D c0372168 0 23 2 0x00000000
[ 1321.069966] from
[ 1321.092995] from
[ 1321.100052] from

from linux.

popcornmix avatar popcornmix commented on May 18, 2024

@alphaonex86
That is a known problem. See here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=29&t=19334

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I don't know if is linked with my problem, but before I was slow down and after freeze, now I have just slow down (but after more time, freeze after more time?)
The slow down is show by ping to rpi greater than 1000ms (the normal at starting is <1ms).
I can disable the videocore module if needed, I use kms (just to have console output) but no X.

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Same, do just more time to bug (1 day).

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I have try disable the turbo mode, with more large network buffer (problem after more time, ...), I have try large the memory kernel min size...

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Same with the last kernel

from linux.

ghollingworth avatar ghollingworth commented on May 18, 2024

Which kernel revision?

"uname -a"

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Not usefull information, because you don't have the real version:
Linux toc 3.2.27 #1 Mon Nov 5 03:14:21 CET 2012 armv6l ARMv6-compatible processor rev 7 (v6l) BCM2708 GNU/Linux
I have try at this commit:
df41b42

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

Better after this commit, due the previous commit on network card:
1aa222e
But remain crashed after few hour (about 8h with network trafic as gateway).

from linux.

ghollingworth avatar ghollingworth commented on May 18, 2024

Make sure turbo mode is N

On 10/11/2012, BRULE Herman [email protected] wrote:

Better with:
1aa222e
But remain crashed after few hour (about 8h with network trafic as
gateway).


Reply to this email directly or view it on GitHub:
#52 (comment)

Sent from my mobile device

from linux.

alphaonex86 avatar alphaonex86 commented on May 18, 2024

I'm sure to that's. But I can check by sysctl or dmesg?

from linux.

ghollingworth avatar ghollingworth commented on May 18, 2024

Can you re-check with latest 3.6.y kernel, reopen if still found

from linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.