Nicholas Riley’s Weblog
Thoughts from a computer science graduate student,
medical student and Cocoa programmer (this week).

Skip over navigation
March 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
Feb   Apr

made with
Click here to visit the Radio UserLand website.

Click on the coffee mug to add Nicholas Riley's Instant Outline to your Radio UserLand buddy list.

 

>
Thursday, March 21, 2002
 
Got a tentative go-ahead on two PhD thesis ideas from my advisor today. I'm still way off the mark as usual, but at least I know what to do to come up with a concrete problem to solve. 2:36:39 PM | reply []

Finally realized what was using all the hard disk space I kept on losing, seemingly at random. Core files! In /private/cores on OS X:

[p2:6] /private/cores%ls -l
total 311M
-r--------    1 root     wheel         59M Mar  7 21:18 core.225
-r--------    1 root     wheel         69M Mar  6 23:20 core.226
-r--------    1 root     wheel         61M Mar 20 18:17 core.230
-r--------    1 root     wheel         68M Mar 11 17:13 core.239
-r--------    1 root     wheel         54M Mar 15 23:17 core.241

I have core files enabled because I sometimes need them for debugging, but thought my limiting coredumpsize to 0K was sufficient. However, when daemons (lookupd in the above cases) crash, they still dump core. 12:03:01 AM | reply []


Looking for older (or newer) material? Click another date on the calendar at the top of this page.