SysLog failure

Discussion to talk about software related topics only.
Post Reply
User avatar
mike
Posts: 20
Joined: Thu Oct 29, 2015 10:25 am

SysLog failure

Post by mike »

NBEclipse 2.7.3
Target: MOD54415
I rebuilt all system files (for another reason) just before discovering this problem.

See attached file for details.

I wanted to change my "iprintf" debugs to use "SysLog".
Problem summary:
Added the include statement.
Put in one SysLog call.
Loaded the updated project to the board.
Immediate crash and stuck in a crash/recover loop.
Problem appears to be in a routine called "memmove"
The faulted line is trying to write a byte to address 0x00000000 - which is protected space.

Anyone else ever see this problem ?? How do I fix it ??
I'm thinking of upgrading to 2.7.7 - is it worth the trouble ?? Will it fix this problem ??
Thanks for the help.
Attachments
syslog_problem.txt
(4.67 KiB) Downloaded 213 times
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: SysLog failure

Post by dciliske »

My money says you're trying to Syslog before you initialize the Network stack. Does your SysLog call happen to be the very first line of your Usermain?

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
mike
Posts: 20
Joined: Thu Oct 29, 2015 10:25 am

Re: SysLog failure

Post by mike »

Dan, your money is right on the spot. I'll check, but I'm pretty sure it was the first line of my main().
I'll fix it and try again. Thank you very much for your time and help.
Post Reply