View previous topic :: View next topic |
Author |
Message |
n5rat
Joined: 01 Aug 2005 Posts: 7 Location: scottsdale, az
|
Posted: Wed Aug 03, 2005 2:08 pm Post subject: htmlgend info |
|
|
Here's the crash log. Also, I ran a top command to see what was was running and noticed this. That I had two pid's for htmlgend. one of them with this
@QWM^Y\240
listed as it's command. I've never seen this before. Anywhere. I'm going to temporarily remove wview from my startup. Restart the computer. And them start wview again to see what happens. |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Wed Aug 03, 2005 2:57 pm Post subject: |
|
|
There are always two processes for each wview daemon - as described in the User Manual section "Troubleshooting". This is normal...
Your system is crashing when wview calls "localtime" which calls "tzset" which calls "getenv" - all standard libc functions.
Do you have the file /etc/localtime? My Mac Mini has it.
Does the command "date" work properly from the command line?
Let me know,
Mark |
|
Back to top |
|
|
n5rat
Joined: 01 Aug 2005 Posts: 7 Location: scottsdale, az
|
Posted: Wed Aug 03, 2005 3:38 pm Post subject: local time |
|
|
Yes, I get the date, and I have an /etc/localtime
Are you running 10.3.9 or 10.4.2? |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Wed Aug 03, 2005 3:52 pm Post subject: |
|
|
10.3.9, but these are very standard unix system calls. If Apple dorked with these, I would be very surprised... |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Wed Aug 03, 2005 3:53 pm Post subject: |
|
|
You should also get the time including the time zone in effect from the "date" command... |
|
Back to top |
|
|
|