Open jaredraby opened 10 years ago
I cannot help you without the traceback in the kernel dump.
This is the best I can do for now. I can't scroll so if you need something better I will do some more tinkering with it.
Unfortunately, none of the routines in the traceback are part of r8723au.
If these crashes have recently started, then you might consider using the 'git bisect' commands to see what commit contributed to the crashes.
maybe this helps?
Lenovo Yoga13 Ubuntu 13.10 Kernel "3.11.0-19-generic #33-Ubuntu SMP Tue Mar 11 18:48:34 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux" git commit id bb718cb1c3cb3308bcc965466efb691fb62e0568
just rebooted, was loading a ton of tabs in chrome... haven't tried to reproduce it, as my tab state is now trashed.
[ 2351.274850] BUG: scheduling while atomic: swapper/1/0/0x10000500
[ 2351.274855] Modules linked in: 8723au(OF) cfg80211 dm_crypt vsock
ip6t_REJECT xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT
xt_LOG xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4
xt_conntrack rts5139(C) ip6table_filter ip6_tables joydev
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat
nf_conntrack_ftp nf_conntrack hid_multitouch iptable_filter ip_tables
x_tables hid_sensor_hub parport_pc ppdev uvcvideo videobuf2_vmalloc
videobuf2_memops videobuf2_core videodev snd_hda_codec_hdmi
x86_pkg_temp_thermal snd_hda_codec_conexant rfcomm intel_powerclamp bnep
snd_hda_intel kvm_intel bluetooth kvm snd_hda_codec crct10dif_pclmul
crc32_pclmul snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel aes_x86_64
lrw gf128mul glue_helper ablk_helper snd_page_alloc cryptd snd_seq_midi
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_me
psmouse soundcore lpc_ich mei serio_raw mac_hid nls_iso8859_1 coretemp lp
parport usbhid hid i915 microcode i2c_algo_bit drm_kms_helper ahci drm
libahci wmi video
[ 2351.274918] CPU: 1 PID: 0 Comm: swapper/1 Tainted: GF C O
3.11.0-19-generic #33-Ubuntu
[ 2351.274920] Hardware name: LENOVO 20175/INVALID, BIOS 66CN55WW 02/28/2013
[ 2351.274922] ffff88022f254580 ffff88022f243680 ffffffff816e87f1
ffff880223af2000
[ 2351.274926] ffff88022f243690 ffffffff816e2af1 ffff88022f2436f0
ffffffff816ed8d1
[ 2351.274929] ffff880223af3fd8 0000000000014580 ffff880223af3fd8
0000000000014580
[ 2351.274933] Call Trace:
[ 2351.274935]
On Tue, Mar 18, 2014 at 8:26 PM, lwfinger notifications@github.com wrote:
Unfortunately, none of the routines in the traceback are part of r8723au.
If these crashes have recently started, then you might consider using the 'git bisect' commands to see what commit contributed to the crashes.
Reply to this email directly or view it on GitHubhttps://github.com/lwfinger/rtl8723au/issues/33#issuecomment-38014333 .
GDB has a 'break' feature; why doesn't it have 'fix' too?
Yjanks, that dump helps a lot. Please test this morning's commit.
Good question about GDB. If I were not writing so often to non-coders, I would make that my .sig.
Thanks for that dump. I haven't had any time to do testing since the original post. I'll load it up tonight and give it a shot and I'll post back my results. Thanks again
That seems to help. I'll throw some more traffic at it today, but so far things are looking good.
On Thu, Mar 20, 2014 at 7:41 AM, lwfinger notifications@github.com wrote:
Yjanks, that dump helps a lot. Please test this morning's commit.
Good question about GDB. If I were not writing so often to non-coders, I would make that my .sig.
Reply to this email directly or view it on GitHubhttps://github.com/lwfinger/rtl8723au/issues/33#issuecomment-38174682 .
GDB has a 'break' feature; why doesn't it have 'fix' too?
Been having frequent kernel panics with the latest commit of the driver (d30225b) and the latest arch kernel 3.13.6. I'm on a lenovo yoga 11s.
It can occur as soon as I log on or I get as long as 15 minutes , but it happens every time. I still have testing to do but I updated the arch kernel and with that got the latest commit of the driver. I still need to revert the driver to the last commit and also the precious arch kernel, for testing, but I wanted to bring it up as an issue with arch kernel 3.13.6 and commit d30225b.
I will try to get a kernel dump message next time it happens.