Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-09-15 00:00:00Z and 2018-09-16 00:00:00Z
Avatar
@Ryozuki Most likely it's just a compiler update
Avatar
(if you're talking about Windows/Mac versions)
09:10
I think Linux gets comiled with same old compiler
Avatar
yeah im on windows
Avatar
mac doesn't exist, 2muchCancer
Avatar
shht, remember that cute CVE: root + random password = access granted
Avatar
remember if they have physical access to ur unencrypted computer its probably too late anyway for most os's
09:12
6% :v)
Avatar
linux 1.75
09:12
does that mean mac > linux?
09:12
(no)
Avatar
no
Avatar
@Deleted User u french?
Avatar
ye
GWfroggyFeelsBaguetteMan 5
Avatar
baguette
09:13
feelsamazingman
Avatar
you all would love that class, got a class where we learn unix
Avatar
"how to use cd" feelsbadman
Avatar
@Deleted User How is Android a separate category from Linux?
Avatar
is android based on unix?
Avatar
Android uses the Linux kernel with a few patches
Avatar
yeah ik
09:14
@deen well maybe they wanted to show the percentage of phones
Avatar
i wonder why there are no macos servers haha
Avatar
Then Windows Phone is also not the same as Windows
Avatar
ah they could place it directly :v)
Avatar
"supercalcolateurs" does this mean supercomputers?
Avatar
yeah that website is gay, but it's actually the real results
09:15
yes @Ryozuki
Avatar
@Ryozuki because macos is designed for single user desktop
Avatar
i went to marenostrum and tried it, it had linux xD
Avatar
marenostrum?
Avatar
its the supercomputer in barcelona, its on my university
09:16
MareNostrum (Catalan: [ˌmaɾəˈnɔstɾum], Spanish: [ˌmaɾeˈnostɾun]) is the name of the main supercomputer in the Barcelona Supercomputing Center (BSC). It is the most powerful supercomputer in Spain, one of thirteen supercomputers in the Spanish Supercomputing Network ...
Avatar
wew
09:16
13.7 PFlops
Avatar
They put it in a church? 😄
09:16
the building looks really weird
Avatar
@deen you know you can bypass the 100% load average on htop? I've reached 600%, imagine with that super calculator
Avatar
bit yeah it looks like a church
Avatar
linus fix dat plz feelsbadman l
Avatar
@Deleted User you mean having more than 1 core in your computer? 😄
Avatar
well not really
09:18
even with 1 core you can bypass that :v)
09:18
cuz it's fcked
Avatar
ChillerDragon 2018-09-15 09:40:27Z
mac had this dope server
09:42
Xserve
Avatar
wat is dat
09:43
doesn't exist feelsgoodman
Avatar
ChillerDragon 2018-09-15 12:26:12Z
it was a thing in 2011
12:27
Xserve is a line of rack unit computers designed by Apple Inc. for use as servers. Introduced in 2002, it was Apple's first designated server hardware design since the Apple Network Server in 1996. In the meantime, ordinary Power Macintosh G3 and G4 models were rebranded as M...
Avatar
Well normal
17:23
osx is based on unix, which was made for super computers
Avatar
Cellegen | HU 2018-09-15 17:26:16Z
:imagine having supercomputer in your room:
Avatar
/top5 und /rank funktionieren nicht mehr auf zCatch servern
Avatar
ChillerDragon 2018-09-15 19:22:45Z
jo debug haxxores can i get an backtrace out of an core file dropped by my debug server?
Avatar
you can get bt in live o:
19:24
@Cellegen | HU not possible imagine it, I have 1 server at home that needs 2 cable to be able to run it, it's so wtf, you pay so much for electricity
Avatar
ChillerDragon 2018-09-15 19:25:19Z
if i cant reproducte the crash
19:25
i only have the core file
Avatar
Cellegen | HU 2018-09-15 19:25:29Z
shit man and i only can imagine xd
Avatar
@ChillerDragon with gdb & backtrace you can easily understand the problem
Avatar
ChillerDragon 2018-09-15 19:26:43Z
huh
19:26
@jao where id my message go?
19:27
#0 io_stdin () at src/base/system.c:80 #1 0x000000000045c1ea in Stacktrace (ErrorFile=0x134) at src/game/server/debug.cpp:10 #2 0x00007fde57ea50e0 in ?? () #3 0x0000000000000001 in ?? () #4 0x0000000000000000 in ?? ()
19:27
ye easy problem understanding
19:27
xd
Avatar
are you sure you were in debug mode?
19:27
right
Avatar
ChillerDragon 2018-09-15 19:27:33Z
y
Avatar
do you still have gdb running or?
Avatar
ChillerDragon 2018-09-15 19:27:54Z
debug ddnet++ server that crashed
Avatar
you close it after getting the bt
19:27
teamviewer then
Avatar
ChillerDragon 2018-09-15 19:28:05Z
i got that bt from teh core file
19:28
i cant reproducte the crash
Avatar
that's shit so
19:28
😄
19:28
what's at the line 80 of system.c
Avatar
@ChillerDragon "io_stdin " input output ?
Avatar
ChillerDragon 2018-09-15 19:59:03Z
Yea
19:59
Totally helpfull. It was an dead character touching
20:00
Killing a dead tee
20:00
The demo helped a lot and ddnet++ stacktrace
20:00
gdb was useless as always ._.
20:06
@Deleted User wake up
Avatar
@ChillerDragon gdb isn't useless
20:07
you weren't in debug mode so
20:07
cuz if you were trying to kill a null character
20:08
gdb would say it
Avatar
yeah gdb is nice
20:09
the fact it shows addresses and ?? it probably means u didnt have the debug symbols
Avatar
ChillerDragon 2018-09-15 20:22:34Z
where did i lost them? .-. Shouldnt they be there when i compile bam server_debug
Avatar
mm idk i dont use bam
Avatar
@Ryozuki wdym with addresses
Avatar
well i dont use gdb much so i dont remember at all
20:45
0x00007fde57ea50e0
20:45
this
20:45
when u have symbols they dont appear afaik
20:45
afair*
20:45
?
Avatar
I didn't mean that
Avatar
before
Avatar
idk then
Avatar
when his server crashed
20:46
he could see that for example the function that contains as argument CCharacter* pTarget had a 0x0 value
20:46
so null & it crashed because for example he tried to edit a variable in that inexistant object
Avatar
ChillerDragon 2018-09-15 22:27:36Z
so?
22:28
What did i do wrong? Created wrong debug server or should i see in the gdb output that i sent that it was an null value in an CCharacter pointer? xd
22:28
btw is dat kali in ur profile pic u haxx0r @Deleted User
22:28
?
Avatar
kali logo is diferent
22:29
Avatar
ChillerDragon 2018-09-15 22:30:09Z
imo it looks kinda similar
Avatar
ᶰ°Konͧsti 2018-09-15 22:34:58Z
u
22:35
troll troll
Avatar
Ye cuz this dragon is beautiful
22:37
And i have kali in db
22:38
this logo I have is based on
Avatar
ᶰ°Konͧsti 2018-09-15 22:51:12Z
GWqlabsKek GWqlabsFeelsGoodMan
Avatar
Gdm3 is gay
Exported 135 message(s)