Created
January 12, 2020 23:01
-
-
Save neheb/903d07b5f7b7e9796e026bafe819d68c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sun Jan 12 15:01:34 2020 daemon.err uhttpd[1747]: luci: accepted login on / for root from 192.168.0.205 | |
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.733345] do_page_fault(): sending SIGSEGV to rpcd for invalid read access from 39383830 | |
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.741905] epc = 77de71e0 in luci.so[77de6000+16000] | |
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.747144] ra = 77dea6c4 in luci.so[77de6000+16000] |
It might be some MIPS16 issue. Ever since I switched to no mips16 globally I do not get this.
Did you apply -mno-mips16 on kernel as well?
No
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@neheb I'm also having the same issue on 9.1.0 have you tried the latest 9.3.0 is it still happening?