Glitch Forces Mars Probe Shut-Off
TheEvilOverlord writes to tell us that BBC News is reporting that a 'glitch' has forced the mars probe to switch into a "safe-mode" switching several of its systems off. Perhaps it is just an education tool to show martians the meaning of BSOD.
It's not a glitch, silly. Nor is it a "bug"! It's just a new feature.
It seems like glitches and waiting for the right glitch to come along have become an important part of normal operation for these things.
Why didn't they build in some means of communication for this "safe mode"? I find it rather odd that it is in a known state (safe mode) that is known to be undesirable, yet there is no fallback system (even a timed one) to get it out of this mode? How come?
see a Text Widget
Agile Artisans
Yeah, just wait till the screensaver kicks in.
My God! It's full of stars!
This probe has performed an illegal operation and will be shut down.
503 Sig Unavailable
The Signature could not be accessed. Please try again later or contact the administrator
People, we've got be a little more precise. There are three functioning spacecraft in orbit, one more on the way, and two on the ground on and around Mars. Between NASA and the ESA, it's getting crowded on Mars.
For those who didn't RTFA, it's the Mars Global Surveyor, which is the oldest of those in orbit.
...which probe?
There's presently functioning two orbiters (Mars Global Surveyor, Mars Odyssey), two rovers (MER A a.k.a. Spirit, MER B a.k.a. Opportunity), and Mars Reconnaissance Orbiter is on the way.
I realize TFA has the info but it sort of belongs in the headline. "The mars probe" just sounds silly and uninformed.
Can anyone provide technical information regarding what software this probe is running? The article itself is very vague (but not surprising, since it's a general-consumption BBC article).
Which embedded OS is it running? What language and programming system was used to develop the application software for it? Details, please.
Cyric Zndovzny at your service.
Is this where we upload the virus onto the alien mothership?
I have a high emotional stake in the mars missions. Recently a good highschool friend of mine passed away in a plane crash. She was a co-op at NASA. In recognition for her work on the Mars reconnaissance orbiter, her memory and name were launched into space with with it. Krys, We love you. Story: http://msnbc.msn.com/id/8931065/
The Mars Global Surveyor's mission ended in 2001 and has been on an extended mission ever since.
I'd say Americans are getting their money's worth and then some.
http://www.fastcompany.com/online/06/writestuff.ht ml
well, TFA is about the space shuttle, but i'd guess it applies to other space gadgets, too.
"Consider these stats : the last three versions of the program -- each 420,000 lines long-had just one error each. The last 11 versions of this software had a total of 17 errors. Commercial programs of equivalent complexity would have 5,000 errors."
Oh, no, not again! :P
Any guesses what the download bandwidth is via space telescope at Mars? It might have taken this long for it to get SP2.
I know some of their stuff (i.e. the MER rovers) use VxWorks. See http://www.space.com/businesstechnology/technology /mer_computer_040128.html and http://www.windriver.com/news/press/pr.html?ID=355
Apparently this probe (the Mars Global Surveyor) went into "safe mode" before in its mission.
e nt.html
http://mars.jpl.nasa.gov/mgs/status/wkreport/curr
Malin Space Science Systems http://www.msss.com/ is the company that runs the cameras on MGS, among other Mars probes. The MGS uses VxWorks, a specialized OS for robotic craft, which I believe runs on both *nix and Windows. I think VxWorks is OSS, although I also think some companies use customized versions. The specs for MGS http:///http://mars.jpl.nasa.gov/mgs//scsys/cdhsin fo.html> indicate two 1750A and one 8086 processors, which are probably running VxWorks in a Unix-like environment. The 1750A is a military standard processor (exceedingly old now, but rugged). Check out that specs page; very interesting.
In safe mode, MGS uses 20K PROM for the Command/Data subsystem!
Since Malin website indicates jobs for Unix/C programmers, I'm assuming that their stuff is running in VxWorks in a Unix-like environment, probably a BSD varaiant.
BTW, the Mars rovers use a PPC 601-like chip that runs at a screaming 20 mHz.
Wind River Systems built the POSIX compliant based OS into the Odyssey, Stardust and Rovers, so it's possible the MGS has a similar OS to those.
g ies/os/vxworks6/
0 3/mars/jump/2404308
The OS is VxWorks and it's been used in Sattelites, Robots and for some reason Movie editing (probably a file management system)
http://www.windriver.com/products/device_technolo
http://www.chron.com/cs/CDA/ssistory.mpl/special/
VxWorks from Wind River Systems.
Pathfinder and the two rovers are the only ones I'm sure of as far as the Mars units go but some of the other space probes, Stardust,Deep Imapct and Deep Space 1 also used VxWorks.
I do know that the "safe mode" the probe has entered means that something locked up the main program long enough for a hardware watchdog to go off, rebooting it, during boot the init code checks what state the system is in, ie; did the WD go off, and if it did then it boots a known good App/OS package that will at least allow the probe to get in contact with Earth so it can be fixed.
I don't know for sure if NASA is doing this, I know I told the JPL people I met about it, but I know that with VxWorks it is possible to store data in the upper area of RAM and prevent the init code from clearing it so that a core dump of sorts can be used to isolate the problem so the main code can be adjusted, if needed, to correct the issue. This is what they did with Pathfinder when the base station kept rebooting every 20 min due to a priority inversion issue with a semaphore.