LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 01-24-2009, 12:22 AM   #1
kapsikum
Member
 
Registered: Mar 2005
Location: INDIA
Posts: 79

Rep: Reputation: 16
mips SIGBUS crash, suggestions requested


Hello,

my C code crashes on MIPS issuing a SIGBUS. Where i am facing the problem (well, its common to everyone)is to find out why it is crashing. The point where it is crashing is a malloc (X), where X is some int value say 1318. The problem is not actually in malloc and its somewhere before it, where?.... this i need to find. Please note that i am cross compiling the code for mips on my x86.

So far i have tried with these options:
option what happened
------- -------------
1. gdbserver - did not helped as it showed stack corrupted.
2. core dump - the gdb itself crashes with a core dump
3. glibc's backtrace()/backtrace_symbols - did not help . (On googling it was found that on mips, its not supported yet)
4. manual printfs/syslogs - proceeding with this but this seem to take me eternity.

here is what is my code sequence:

A----------B-------------C R A S H

the code starts from A and crashes at C, and C is the malloc(X). B is the region (region!!! because i its not a single line/statement causing the crash)of code which toggles CRASH. It was found that if a malloc(500)(i am not sure whats so magical about 500 i just found it out in number of iterations) is done between A and B, crash doesn't happens.As far as B is concerned, here there is no dynamic memory being taken from the system and all the pointer manipulations seem fine enough.

the purpose of my query is to ask for your valuable suggestion in terms of other options/steps/information, anything (logical or not) would be appreciated. Can any body point me to some code which i can use to to see what the state of processor resistors is at the time of crash?
 
Old 01-24-2009, 12:54 AM   #2
wje_lq
Member
 
Registered: Sep 2007
Location: Mariposa
Distribution: FreeBSD,Debian wheezy
Posts: 811

Rep: Reputation: 179Reputation: 179
I'm hoping that others will come along with spiffy tools for you to use to find out why your heap (or maybe stack) is corrupted. But I have had problems like this in situations where no such tool is available.

What I've usually done is to make the program as simple as it possibly can be, and still show the problem. Make A, and B, and everything between A and B, and everything between B and C, as simple as possible. Start ripping out code. If you rip out too much, so the program starts to behave, put some of the code back. If the code you're putting back is complex, see if you can put in a simple substitute that causes the crash to come back.

Down throught the decades, this has always provided me with an ahah! moment where the bug is exposed. It has always been timeconsuming, but I had found no silver bullet to speed up the process. And I always kicked myself for coding the bug in the first place.

This is not much help, I know, but it's what works for me.
 
1 members found this post helpful.
Old 01-24-2009, 03:19 AM   #3
kapsikum
Member
 
Registered: Mar 2005
Location: INDIA
Posts: 79

Original Poster
Rep: Reputation: 16
thank you wje_lq for the suggestion, i appreciate. I am already trying to piece wise cut the code out to what ever the extent possible. Any suggestion if a memory profiling tool(say mpatrol) can do any help here ?
 
Old 01-24-2009, 04:13 AM   #4
kapsikum
Member
 
Registered: Mar 2005
Location: INDIA
Posts: 79

Original Poster
Rep: Reputation: 16
it seems like the issue is fixed. There i found a pointer allocated some memory but not freed.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SIGBUS error varun_shrivastava Programming 2 11-07-2007 12:04 AM
LXer: CodeSourcery Joins MIPS(R) Alliance Program and Delivers GNU/Linux Prelinker for MIPS-Based(TM) Processors LXer Syndicated Linux News 0 10-31-2006 07:54 PM
dlopen(), causing SIGBUS signal.... help rajsun Programming 8 12-11-2005 10:08 PM
Bus Error (core dumped) due to SIGBUS signal rajendra.badapanda Programming 10 07-19-2005 10:18 AM
Suggestions requested on upgrading a stock RH rpm with a third-party rpm obarney Linux - Software 5 05-21-2003 05:07 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 11:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration