Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. root@cubietruck:~/linux-sunxi# uname -a
  2. Linux cubietruck 3.4.105-sunxi #1 SMP PREEMPT Wed Dec 3 08:49:39 CET 2014 armv7l GNU/Linux
  3.  
  4.  
  5.  
  6.  
  7. root@cubietruck:~/linux-sunxi# make M=/root/cryptodev-linux/
  8. LD /root/cryptodev-linux/built-in.o
  9. CC [M] /root/cryptodev-linux/ioctl.o
  10. CC [M] /root/cryptodev-linux/main.o
  11. CC [M] /root/cryptodev-linux/cryptlib.o
  12. CC [M] /root/cryptodev-linux/authenc.o
  13. CC [M] /root/cryptodev-linux/zc.o
  14. CC [M] /root/cryptodev-linux/util.o
  15. LD [M] /root/cryptodev-linux/cryptodev.o
  16. Building modules, stage 2.
  17. MODPOST 1 modules
  18. CC /root/cryptodev-linux/cryptodev.mod.o
  19. LD [M] /root/cryptodev-linux/cryptodev.ko
  20.  
  21.  
  22.  
  23.  
  24. root@cubietruck:~/cryptodev-linux# insmod cryptodev.ko
  25.  
  26. Message from syslogd@localhost at Jan 28 20:46:36 ...
  27. kernel:[ 1657.207423] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
  28.  
  29. Message from syslogd@localhost at Jan 28 20:46:36 ...
  30. kernel:[ 1658.755969] Process insmod (pid: 3879, stack limit = 0xee7402f0)
  31.  
  32. Message from syslogd@localhost at Jan 28 20:46:36 ...
  33. kernel:[ 1658.769586] Stack: (0xee741ee0 to 0xee742000)
  34.  
  35. Message from syslogd@localhost at Jan 28 20:46:36 ...
  36. kernel:[ 1658.786935] 1ee0: 00000000 bf3b2198 ee230f80 ee230fa4 00000001 c0085a70 bf3b21a4 00007fff
  37. Segmentation fault
  38.  
  39. Message from syslogd@localhost at Jan 28 20:46:36 ...
  40. kernel:[ 1658.804609] 1f00: 00000000 b6db8000 ee740038 00000000 00000001 bf3b22e4 f1854320 f18e52ac
  41. root@cubietruck:~/cryptodev-linux#
  42. Message from syslogd@localhost at Jan 28 20:46:36 ...
  43. kernel:[ 1658.822352] 1f20: f1854258 c0a7dfe8 ee794a80 00000000 00000000 00000000 00000000 00000000
  44.  
  45. Message from syslogd@localhost at Jan 28 20:46:36 ...
  46. kernel:[ 1658.840109] 1f40: 00000000 f184d000 000c5922 f18e4ab4 f18e48ba f1911eb4 000072fc 00007e0c
  47.  
  48. Message from syslogd@localhost at Jan 28 20:46:36 ...
  49. kernel:[ 1658.858026] 1f60: 00000000 00000000 00000032 00000033 00000019 0000001d 00000012 00000000
  50.  
  51. Message from syslogd@localhost at Jan 28 20:46:36 ...
  52. kernel:[ 1658.876086] 1f80: 08000071 00000000 b88fdde8 b88fdd38 00000080 c000ee44 ee740000 00000000
  53.  
  54. Message from syslogd@localhost at Jan 28 20:46:36 ...
  55. kernel:[ 1658.894049] 1fa0: 00000000 c000ecc0 00000000 b88fdde8 b6db8000 000c5922 b6f8cd50 00000002
  56.  
  57. Message from syslogd@localhost at Jan 28 20:46:36 ...
  58. kernel:[ 1658.912135] 1fc0: 00000000 b88fdde8 b88fdd38 00000080 00000000 b6f8cd50 000c5922 00000000
  59.  
  60. Message from syslogd@localhost at Jan 28 20:46:36 ...
  61. kernel:[ 1658.930103] 1fe0: 00000000 becbfb2c b6f86b07 b6f11fd4 80000010 b6db8000 00006d77 009d0123
  62.  
  63. Message from syslogd@localhost at Jan 28 20:46:36 ...
  64. kernel:[ 1658.984521] Code: e595315c e5911014 e2833004 e7921101 (e7932001)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement