What's new

386.4 Kernel sqlite3

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

fraschizzato

New Around Here
Hi all,
recently updated my AC-RT1900U to 386.4.

I get continous messages (one every second) like that:
Feb 7 22:16:20 kernel: sqlite3/13570: potentially unexpected fatal signal 11.
Feb 7 22:16:20 kernel: Pid: 13570, comm: sqlite3
Feb 7 22:16:20 kernel: CPU: 1 Tainted: P (2.6.36.4brcmarm #1)
Feb 7 22:16:20 kernel: PC is at 0x402e638c
Feb 7 22:16:20 kernel: LR is at 0x402e6404
Feb 7 22:16:20 kernel: pc : [<402e638c>] lr : [<402e6404>] psr: 60080010
Feb 7 22:16:20 kernel: sp : bebb6d98 ip : 00000000 fp : 00000000
Feb 7 22:16:20 kernel: r10: 400ca000 r9 : 00000000 r8 : 402ad000
Feb 7 22:16:20 kernel: r7 : 403ac048 r6 : 00000000 r5 : 00000002 r4 : bebb6e14
Feb 7 22:16:20 kernel: r3 : 403ac048 r2 : 402ad000 r1 : bebb6e14 r0 : 00000002
Feb 7 22:16:20 kernel: Flags: nZCv IRQs on FIQs on Mode USER_32 ISA ARM Segment user
Feb 7 22:16:20 kernel: Control: 10c53c7d Table: 9b47804a DAC: 00000015

didn't know what to check, any idea?
Thanks

Update:
Accessing via ssh and issuing:
opkg update
opkg upgrade
Seems to solve the issue (sqlite3 lib is updated and sqlite3 reconfigured)
 
Last edited:
Most likely cause is you have a corrupted sqlite database on your system. These can be from an add-on that you have installed, or they can come from one of the Trend Micro databases (such as the Traffic Analyzer). You will have to figure out which of these is causing it by disabling features, and once you find it, delete the related database.
 
Thanks, just updated the first post:

Update:
Accessing via ssh and issuing:
opkg update
opkg upgrade
Seems to solve the issue (sqlite3 lib is updated and sqlite3 reconfigured)

No messages in the last 5 minutes
 
Thanks, just updated the first post:

Update:
Accessing via ssh and issuing:

Seems to solve the issue (sqlite3 lib is updated and sqlite3 reconfigured)

No messages in the last 5 minutes
This means you have two separate versions of sqlite3 installed however, as there is already one included in the firmware itself. That may lead to conflicts.
 
Thanks, I will take a look for strange behaviour
As I remember I've never installed nothing from entware so that package should come from "base" install.
 
As I remember I've never installed nothing from entware so that package should come from "base" install.
You must have done because 1) Entware isn't installed as part of the firmware, and 2) sqlite3 is not included in the Entware base install.

So my guess is that you've installed an add-on script which in turn installs Entware's version of sqlite3.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top