-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with WRT MikroTik RouterBOARD 941-2nD - STAGE 1: Memory corruption #56
Comments
This is more like a problem with the system you are using than with pppwn_cpp. If there is enough memory, then unless the system restricts the creation of new threads, I don't know why threads cannot be created Run the following content and send the output:
|
And you can test this version, it won't crash when thread creation fails, as long as it is run with the https://github.com/xfangfang/PPPwn_cpp/actions/runs/9260818040 If it still doesn't work, you can:
Without a real device, I can't provide more help. |
run 92608 |
Output of the requested commands: root@OpenWrt:~# cat /proc/1/limits Limit Soft Limit Hard Limit Units root@OpenWrt:~# cat /proc/sys/vm/max_map_count root@OpenWrt:~# cat /proc/sys/kernel/threads-max root@OpenWrt:~# ulimit -a root@OpenWrt:~# free -m
Mem: 27080 11628 11052 80 4400 12976 |
I feel that the problem is that the However, when you want pppwn_cpp to run in the background and enable web interface (which makes it easier to control) by using I think you need to adjust the settings or update the system. For comparison, this is the output of my router: root@OpenWrt:~# cat /proc/sys/kernel/threads-max
7956 |
What it can be done to free additional memory from firewall ? How much we need additionally does further improvements in function can bring desired effect ? Or we can label workaround from smaller memory systems ? |
raducir texto con la cámara If there is anything I could do to help resolve the issue, please feel free to write to me. excuse my english (google translator) |
I don’t think this is a problem related to memory. |
I will close this issue because it is duplicate to #61 |
i am running on
system type : Qualcomm Atheros QCA9533 ver 2 rev 0
machine : MikroTik RouterBOARD 941-2nD
processor : 0
cpu model : MIPS 24Kc V7.4
BogoMIPS : 432.53
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
problem is
this is my run.sh config and i triend --real-sleep and --buffer-size 10240 but didnt work either, and i update the files with the latest pppwn_mips
The text was updated successfully, but these errors were encountered: