Login
User Name:

Password:



Register

Forgot your password?
Overland with Bitmaps
Jul 4, 2025 11:57 pm
By Samson
void nanny_get_new_race -- comm.c
Mar 13, 2025 7:08 am
By Elwood
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
SWFotEFUSS 1.5.3
Author: Various
Submitted by: Samson
SWRFUSS 1.4.3
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.8
Author: Various
Submitted by: Samson
AFKMud 2.5.2
Author: AFKMud Team
Submitted by: Samson
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
Users Online
Anthropic, DotBot, Amazonbot, Bing

Members: 0
Guests: 7
Stats
Files
Topics
Posts
Members
Newest Member
507
3,812
19,727
593
BethRepass

» SmaugMuds » Codebases » SmaugFUSS » May have a memory leak
Forum Rules | Mark all | Recent Posts

May have a memory leak
< Newer Topic :: Older Topic > Possibly old fixed in >1.4a

Pages:<< prev 1, 2 next >>
Post is unread #21 Dec 23, 2010 5:30 pm   
Go to the top of the page
Go to the bottom of the page

Remcon
Geomancer
GroupAdministrators
Posts1,992
JoinedJul 26, 2005

 
Yea that is one of the worst things about memory leaks is waiting on a crash from it, which it can take awhile since you have to wait on the memory to leak bad enough to cause issues. Then half the time the actual crash is else where and doesn't point to where the actual leak is lol.

Post is unread #22 Dec 24, 2010 6:32 pm   
Go to the top of the page
Go to the bottom of the page

Conner
Sorcerer
GroupMembers
Posts857
JoinedMay 8, 2005

 
That's why, if you really believe it's a memory leak, valgrind's a better tool than gdb, but if you don't know what you're doing with valgrind.. well, it's a complex tool too. :shrug:

Post is unread #23 Dec 24, 2010 6:48 pm   
Go to the top of the page
Go to the bottom of the page

Dace
Fledgling
GroupMembers
Posts7
JoinedDec 16, 2010

 
Pee Ess I'm fairly certain they didn't mean don't code at all until it crashes, just don't recompile after it dumps the core until you've had
a chance to gdb =P

I msn'd you the same thing.

Post is unread #24 Dec 24, 2010 10:42 pm   Last edited Dec 24, 2010 10:44 pm by Remcon
Go to the top of the page
Go to the bottom of the page

Remcon
Geomancer
GroupAdministrators
Posts1,992
JoinedJul 26, 2005

 
Well even editing the source files can make a core file give you incorrect data. Sad but true it seems. If your not getting crashes like once a day or something though you might as well continue on until they become more annoying to bother with. Why wait a week or two for a crash when you could have gotten a lot done in that time.

Just after you get the changes in how you want and your going to log out for the day go ahead and do a reboot so its running a good fresh run so if it crashes while your not around you have a good core to use when you get back on.

Post is unread #25 Dec 24, 2010 11:29 pm   
Go to the top of the page
Go to the bottom of the page

Aurin
Magician
GroupMembers
Posts189
JoinedSep 5, 2010

 
Okay, I think I'll be doing that then...would hate to slow down on fixing things up when I really only just got started doing them. heh

Pages:<< prev 1, 2 next >>