What will cause "bus error" ?

Hi all,
What will cause "Bus error (core dumped)" ?
Please give example.
Thanks.

Hi,
As per "/usr/include/sys/machsig.h", some of the
reasons for SIGBUS are:
- invalid address alignment BUS_ADRALN
- non-existent physical address BUS_ADRERR
- object specific hardware error BUS_OBJERR
The BUS_ADRALN is explained in detail at:
http://access1.sun.com/cgi-bin/rinfo2html?359605.faq
Hope this helps.
Gopinath
Developer Technical Support.

Similar Messages

  • Photoshop CS4 for Mac What can cause the error: Plug-in failed to load - NO VERSION

    With Photoshop CS4 for Mac I install the Kodak Plug-in DIGITAL GEM Airbrush Professional v2.1.0. When Photoshop starts I get an error:
    Plug-ins that failed to load:
       DIGITAL GEM Airbrush Professional v2.1.0 NO VERSION -  - from the file “DigitalAIRProv2.plugin”Flash:
       Connections
       Kuler
    This plug-in works fine on my Mac Pro with Photoshop CS4 and OS 10.6 but fails on a new Macbook Air.
    Reinstalling the plug-in did not make any difference. What can cause this error?

    Thanks Chris, That was my first thought too but this same plug-in works on another installation of CS4. This is a Mac installation and the plug-in is Universal so it should work. Is there any other possible cause for this error? Would Photoshop refuse to load a plug-in in a low memory situation?
    Also, The Flash extensions:Connections and Kuler are working OK, I just copied a little more out of the System Info report than I needed to.

  • What has caused "data error count"  under execution detail on Audit browser

    Hi,
    I have a simple mapping that load data from external table to target fact table. From OWB Runtime Audit browser, the Execution Details page show the status= Complete + <Red error sign>. And the value under Data error count is 2563. Where can I look for information about what has caused this errors or what the data error are? The SQL*Loader log file looks OK and no bad file generated. And I don't see suspecious under WB_RT_AUDIT*, WB_RT_ERROR tables It's owb9ir2 on 9iDB Thanks.

    Solved. I set the audit level to the highest and re-executed and can see the error msg now. It would be nice if audit broser can show the report for all the rejected rows.

  • What could cause "Internal error: java.lang.NullPointerException: can't not add null to SWF frame" when using compc?

    using flex sdk 4.6, and air sdk 15.0.0.356
    we get the following error when using compc in our ant build:
    [java] Internal error: java.lang.NullPointerException: can't not add null to SWF frame
    [java] at com.adobe.flash.swf.SWFFrame.addTag(SWFFrame.java:77)
    [java] at com.adobe.flash.compiler.internal.units.requests.SWFTagsRequestResult.addToFrame(SWFTagsR equestResult.java:114)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget.addCompilationUnitsAndDependenciesToF rame(SWFTarget.java:398)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget$FramesInformation.createFrame(SWFTarg et.java:838)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget$FramesInformation.createFrames(SWFTar get.java:875)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget.build(SWFTarget.java:243)
    [java] at com.adobe.flash.compiler.internal.targets.SWCTarget.buildLibrarySWF(SWCTarget.java:348)
    [java] at com.adobe.flash.compiler.internal.targets.SWCTarget.build(SWCTarget.java:128)
    [java] at com.adobe.flash.compiler.clients.COMPC.buildArtifact(COMPC.java:144)
    [java] at com.adobe.flash.compiler.clients.MXMLC.compile(MXMLC.java:541)
    [java] at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:230)
    [java] at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:184)
    [java] at com.adobe.flash.compiler.clients.COMPC.staticMainNoExit(COMPC.java:75)
    [java] at com.adobe.flash.compiler.clients.COMPC.main(COMPC.java:62)
    which seems to be rather vague, and offers no clue as to what caused the problem. so, my question is, what could cause this error?
    these are the compiler options we use in the build file:
    <java jar="${flex.compc.jar}" dir="." fork="true" failonerror="true">
          <jvmarg value="-Xmx512m" />
          <arg line="@{options} ${_compc.libpath} ${_compc.externspath} ${_compc.includespath}" />
          <arg value="+flexlib=${flex.frameworks.dir}" />
          <arg value="-load-config=@{config}" />
          <arg value="-source-path=@{src.dir}" />
          <arg value="-include-sources=@{src.dir}" />
          <arg value="-output=@{dest}" />
          <arg value="-swf-version=@{swf.version}"/>
          <arg value="-debug=${flash.debug}"/>
          <arg value="-advanced-telemetry"/>
    </java>
    assume that the properties resolve to correct values, since all projects (except one) call this task and compile successfully. the error must come from this one project that fails, but we don't know why.
    any ideas?

    You could be running out of memory, try increasing the -Xmx512m value to -Xmx1024m or another value that you prefer

  • If you have two public class in a java file what will be the error ?

    Q:If you have two public class in a java file what will be the error and how will you remove that.?

    Kannan_S wrote:
    I dont want you to be on that list . Here goes my explanation..
    A class is well defined with members and functions
    An abstract class is not defined well as compared to a full fledged class (talking more generically)
    An interface is more abstract.
    I was asking the author who has posted this question to be like a class(very clear)
    and not either as an abstract class or an interface
    Hope i have made it clear..Not in the slightest. This has absolutely no bearing whatsoever on the question asked. Not to mention that classes are classes, and all equal in the eyes of the compiler, be they abstract, concrete or interfaces. It's difficult to see what your point is, to be honest, but I suspect it wouldn't be worth seeing anyway

  • What would cause multiple error lines to appear using validator logic

    What would cause multiple errors to appear for a single line as shown below. I coded Regular Expression Validator with a specific matching pattern and all the patterns work fine. When I key in an invalid pattern on a row I get the following errors dislayed. Why am I getting multiple error lines instead of one. Also when the data in the field is in error the field gets cleared. How do I fix this problem?
    Error
    java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-27008: Attribute set for ObjectCode in view object AccountsecuritygroupobjView2 failed
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-27008: Attribute set for ObjectCode in view object AccountsecuritygroupobjView2 failed
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.

    Looks as though my RegEx script is not coded properly so it is causing the problem.
    This is my regex script
    8([0-9]{3})|8([0-9]{0,2}\%)
    I changed the script above to the following to slowly build the script back to get rid of these multiple errors that are appearing. When I set my regex script to the following then I just get the one error line.
    ([0-9]{4})
    I thought the regex script was working but when I key an invalid value I get 8 error lines as shown above. That should not be happening. This regex script
    8([0-9]{3})|8([0-9]{0,2}\%)
    is to perform the following logic:
    The field I am editing is 4 characters long.
    1) The first character must be an 8 and the next 3 charaters must be any character from 0-9
    OR
    2) The first character must be an 8, the next 0-2 characters must be any character from 0-9, the next non-blank character after any digits must be a wild card character of %
    Examples: any number from 8000-8999, 8%, 8n%, 8nn% where n is any number from 0-9
    Edited by: cwilbur on Sep 14, 2011 1:28 PM

  • Alert! The page yu are trying to view cannot be shown because an erros in the data trabnsmission was detected. What is causing this error?

    when visiting the website www.ontwowheels.nl I get the error:
    Alet. The page you are trying to view cannot be shown because an erros in the data transmission was detected. I than have to clear my history before I can see the page once. After a visit I get the Aleret again. What can cause this error? When I use IE there is not such a problem. Also when I use IE TAB all is fine

    From the http log:<br>
    <br>
    nsHttpTransaction::ParseHead [count=236]<br>
    nsHttpTransaction::ParseLine [HTTP/1.1 304 Not Modified]<br>
    nsHttpResponseHead::ParseVersion [version=HTTP/1.1 304 Not Modified]<br>
    Have status line [version=11 status=304 statusText=Not Modified]<br>
    nsHttpTransaction::ParseLine [Content-Type: text/html]<br>
    ParseContentType [type=text/html]<br>
    nsHttpTransaction::ParseLine [Content-Length: ]<br>
    invalid content-length!<br>
    nsHttpTransaction::Close [this=4e23aa0 reason=804b001d]<br>
    nsHttpConnectionMgr::ReclaimConnection [conn=d1e980]<br>
    STS dispatch [3b04b20]<br>
    nsHttpConnection::CloseTransaction[this=d1e980 trans=4e23aa0 reason=804b001d]<br>
    nsHttpTransaction::Close [this=4e23aa0 reason=804b001d]<br>
    <br>
    Firefox is receiving malicious content-length<br>
    Reason 804b001d ->> NS_ERROR_CORRUPTED_CONTENT <br>
    A transport level corruption was found in the source document. for example<br>
    a document with a calculated checksum that does not match the Content-MD5<br>
    http header.<br>
    <br>

  • Firewire: What's causing bus resets?

    I bought a 500GB LaCie d2 Big Disk Extreme to act as a back-up device, and in the week and a half I've had it, I've managed to back-up absolutely nothing. It copies files for a while, but eventually, all activity will slow, and cease. The system freezes, and the only recourse is to either: hard reset the Powerbook by holding down the power button, or pull the Firewire cable. Either activity will usually result in data loss and a massive waste of time.
    And the problem is not just when copying. I've tried repartioning and zeroing all the data on the disc and it even hangs doing that. It's gone into a freeze when trying to rebuild the directory with Disk Warrior! That's not good.
    I've looked at system logs and one thing stands out like a sore thumb. Everytime the drive activity has ceased, it's because something's caused a cascade of bus resets. Look at this:
    Aug 28 11:33:30 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 992 bus resets in last minute.
    Aug 28 11:36:42 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 312 bus resets in last minute.
    Aug 28 11:39:54 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 1341 bus resets in last minute.
    Aug 28 11:43:06 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 4518 bus resets in last minute.
    Aug 28 11:46:18 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 3988 bus resets in last minute.
    Aug 28 11:49:30 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 3069 bus resets in last minute.
    Aug 28 11:51:14 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: handleSelfIDInt - nodeID not valid (reset bus and retry 2)
    Aug 28 11:52:42 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 1218 bus resets in last minute.
    Aug 28 11:55:54 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 1494 bus resets in last minute.
    Aug 28 11:59:06 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 2005 bus resets in last minute.
    Aug 28 12:02:18 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 1842 bus resets in last minute.
    Aug 28 12:02:37 Powerbook kernel[0]: Bad SelfID packet 2: 0x0 != 0xffffffff!
    Aug 28 12:05:30 Powerbook kernel[0]: FireWire (OHCI) Apple ID 31 built-in: 6518 bus resets in last minute.
    Thousands of resets a minute, every three minutes! Why? Why? What is doing this to me? It's driving me crazy.
    It could only be the HD, the Firewire cable, the OS, or my Powerbook. I could spend all day trying to narrow it down to one of the four, but if anyone can offer any help from their own experience, I'd appreciate it.
    EDIT: Well, it's most likely the drive itself that's at fault, copying 100+GB to a different drive caused no problems and no resets whatsoever, so clearly it's not the computer or 10.4.2 causing trouble.

    Hi,
    What would cause my PoweBook G4 (OS9.2.2) to freeeze everytime I connect a FireWire (400) device.
    Everything was working fine untill I recently daisychained my SmartDisk VST CD-R/W to the d2 external drive and connected that to my poerbook.
    All devices mount and work fine when connected to my G5 powermac.
    I have updated the Authoring Support.
    Any advice out there would be very much appreciated.
    Thanks
    Marcus

  • Does anyone know what is causing this error please?

    I recently ran sfc /scannow. It completed without giving me any notifications other than a number of:
    "Files that are required for Windows to run properly must be copied to the DLL cache."
    I was prompted to insert my XP SP3 installation CD and click on 'retry'.
    The scan lasted for around 40 minutes then closed.......at no stage was I advised that it had been unsuccessful.
    When I restarted my computer directly afterwards, half way through booting a 'please wait' appeared, as if something was taking place.
    I thought all had gone well until I looked in Event Viewer later. There are approximately 90 Windows File Protection entries there mostly with the following information:
    The system file ........ could not be copied into the DLL cache. The specific error code is 0x800b0100 [No signature was present in the subject]. This file is necessary to maintain system stability.
    Does anyone know what causes that error and what I need to do to resolve it please?

    Thank you very much for helping.
    I have already tried to run the Microsoft Fix it from there for XP SP3, the os I have>>>>>>>"This troubleshooter does not apply to your system. We're sorry, but this troubleshooter is not compatible with your current system's configuration."
    That was the only Microsoft information I could find on the specific error code I received: 0x800b0100......although the article applies to Microsoft Updates, I thought it might cover this too.
    I have now run SFC three times, but errors still showed in Event Viewer.
    I regularly run Chkdsk, last few times no errors.
    I am actually having my computer checked for malware right now by specialist malware removers......all the malware scans I regularly run have given me the all clear for some time (McAfee Stinger, Hitman Pro, Malwarebytes - MBAM, TDSSKiller) but there has
    been malware on my computer in the past, which was removed (not serious I was told).
    In two of the scans the techs asked me to carry out there are
    hundreds of dll cache entries under
    Files/Folders - Created Within 30 Days on the date I run SFC.
    I am waiting for this to be confirmed, but it looks to me as if SFC was actually successful to a large extent and the entries in Event Viewer are some failures (not all as I previously thought)?
    I also have a serious problem in relation to Microsoft Updates (please see my other question).

  • Error message O3 387 - what has caused this error?

    I rarely got this error in production system, but was never success to reproduce the error again in the test system.
    SAP has technical explaination on this - but I don't think that is helping to stop the problem from happening again.
    Can someone please tell me what scenario can cause this error?

    Hi,
    You can try to check info from SAPNotes:
    1083410
    1149226
    1385059
    May be it help you.
    KR,
    Sergey

  • VXI-MXI-2 loses register values during normal operation. Causing Bus Errors.

    The Setup:
    I have a system with two VXI chassis and a MXI2 bus running
    between them.  Each VXI chassis has a
    VXI-MXI-2 card in slot zero.  The first
    chassis has VXI cards and the second chassis has VME cards.  I set registers 0xA, 0xC, 0xE, and 0x10 to
    0x6100 on the first chassis’s VXI-MXI-2 card and 0x6180 on the second chassis’s
    VXI-MXI-2 card. 
    The Problem:
    This configuration runs smoothly 99% of the time.  Every so often we get a hiccup and lose the
    values in the 0xA, 0xC, 0xE, and 0x10 registers on the VXI-MXI-2 card in the
    second chassis.  The registers on that
    card are set to their default values of 0x1800. 
    This causes a problem, because we are unable to access the VME cards in
    the second chassis until the register’s values are reset properly.  We have verified with a bus analyzer that our
    software is not writing zeros across the VXI/MXI bus to those register.  It appears as though the second VXI-MXI-2
    card is seeing a hard reset.  The first
    chassis is definitely not experiencing a hard reset.
    Attempted fixes that have not worked:
    1) We put back the register values back into place whenever
    we detect that the MXI2 registers have been reset.  We poll the registers at 1Hz.  While this fix is semi-adequate, there are
    times that we access the registers in the second chassis more frequent than
    1Hz.
    2) We have tried swapping out our second VXI-MXI-2 card with
    a new card, but the problem persists.
    3) We have also swapped out the second VXI chassis with a
    new chassis, and that did not work.
    My questions:
    What could be causing this problem?  Has anyone else seen this problem?  What would cause the values in the VXI-MXI-2
    card to reset to zeros besides a hard reset? 
     Any suggestions?
    Thanks for your input,
    Mike Arthur

    Hi Mike,
    We currently have a support request open on this issue, and we are working on it.
    Thank you!
    Regards,
    Ebele O.
    National Instruments

  • What would cause this error Local/ESSBASE0///Error(1051506) ?

    Hi,
    Our users could not connect to Essbase after automated maintenance until the Essbase services were restarted. The error log shows the following error:
    [Sun Dec 12 02:55:34 2010]Local/ESSBASE0///Error(1051506)
    Getting project for application [Essbase:MYAPPLICATION:1] failed with Error [CSS Error: Internal Error. Function getProjectForApp]
    Does anyone know what this means or what would cause this? We're on system 11.1.1.3 and never had this issue before. Serched around but there's not much information on this issue.
    Any help would be really appreciated.
    Thanks

    error says about problem in work with Shared Services
    backup all before fixing
    check shared services working
    check project folder
    check application
    try new provision to essebase
    check css setting ib essbase.cfg
    if error in registration
    - try re-register shared service

  • WHat would cause this error: File not found

    Hi,
    When I want to preview my page in the browser, I get a 'Not
    Found' message: The requested URL /navius2006nl/www/cases.asp was
    not found on this server.
    What would cause that to happen. The browser displays pure
    thml pages just fine.
    Thanks for any help you might be able to offer.
    Rogier
    Rotterdam, The Netherlands

    Are you using frames? Do you have a webserver installed? Have
    you defined
    your testing server?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RogierBos" <[email protected]> wrote in
    message
    news:f5e866$jnm$[email protected]..
    > Hi,
    > When I want to preview my page in the browser, I get a
    'Not Found'
    > message:
    > The requested URL /navius2006nl/www/cases.asp was not
    found on this
    > server.
    >
    > What would cause that to happen. The browser displays
    pure thml pages just
    > fine.
    >
    > Thanks for any help you might be able to offer.
    >
    > Rogier
    > Rotterdam, The Netherlands
    >
    >

  • What program caused this error message with a pic of coins and money bag?

    Today I was running the following programs:
    Mail.app
    TextWrangler
    Safari
    iTunes
    I was composing an email when an error message popped up. It was a small self-contained window with an image of coins and a money bag on the left side and text that read:
    An unexpected error has occurred
    (ValueError: invalid literal for float(): N/A)
    There were 2 buttons, "Quit" and "Continue". Continue was highlighted. Software Update then also popped up. I took screenshots of the message and I then opened up the Activity Monitor and took screenshots of all of the processes running. I would post the images, but I don't know if that is possible on this site. I hit the quit button and there seems to be no problems.
    Anyway, I am very curious about what program, process, or plugin, put up this message, especially since I was not running any program related to finance. Does anyone have any ideas??
    Thanks
    Paul

    OK, so you need to have your pics on a web server, then you can show them here. I will give it a shot. Here is the error message:
    And here are the processes that were running:

  • How to find out what is causing an error in a BPM process

    I have a very basic question and I can't figure it out from help.sap.com
    I have a BPM process deployed to a SAP NW Java BPM 7.40 system. It can be triggered with a web service call.
    It goes into error immediately. I go to NW Administrator > Operations > Process and Tasks > Manage Processes and see the process with status  "Error". But the "Error log" tab below is grayed out. I can't see any error message anywhere.
    How do I find out what is wrong?

    Ah, I didn't notice that on the history tab I can switch from Basic to Medium or Advanced, in Basic it was showing nothing. In Medium and Advanced it shows:
    Mapping failed
    com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of test.sap.com.polreuse.ejbs.UUIDProviderLocal.
    java.lang.IllegalArgumentException: Could not lookup 'test.sap.com/bpmear/LOCAL/UUIDProvider/test.sap.com.polreuse.ejbs.UUIDProviderLocal' bean
    com.sap.mapping.lib.execution.api.exception.TExecutionException
    at EJB::test.sap.com/bpmear/LOCAL/UUIDProvider/test.sap.com.polreuse.ejbs.UUIDProviderLocal( StandardInvocation:invoker )
    at ( DeepExpression )
    at UUID( TerminalPart:expression )
    at result( BroadPart:child )
    at ( NarrowMapping )
    at com.sap.mapping.lib.execution.implementation.Compiler$StandardMappingFunction@241ade69( StandardInvocation:invoker )
    at ( DeepExpression )
    at MessageHeader( TerminalPart:expression )
    at http://sap.com/xi/SAPGlobal20/Global:NewLBrdngFSCreateRequest( BroadPart:child )
    at ( NarrowMapping )
    What could this mean? I didn't deploy all parts correctly or something like that?
    Also, where do I check the default trace?

Maybe you are looking for

  • No sound and meters do not move with the new Motu Traveler

    I recorded four channel of audio with the built in sound on my power book G4 1.6 until I got a Motu Traveler fire wire audio interface. I got to preference/Audio in Logic and switch to Motu. Then when I play the song, there is no sound and the channe

  • Due Date for Reminders app and iCal

    Where is the option to add a due date for a reminder? There is an option to Remind Me but no Due Date. The only way that a Due Date shows up in the Reminder app on the iPhone is if the Reminder is created within iCal on the Mac and syncs back to iPho

  • BAPI to fix address of contract account

    Hello Experts Need information about BAPI to fix CA address e.g.  consider CA ( 12345) is attached to business partner ( 4567) . For Business Partner, two addresses are maintained ( a & b) .  I want a BAPI to fix address "b" of  BP 4567 to CA 12345.

  • Do I need a dedicated graphics card for my laptop if I mainly use Photoshop CS6 to paint?

    I'm looking to buy a laptop and having a dedicated graphics card is obviously more expensive, but is it necessary for painting on Photoshop CS6 without lagging? I use a lot of layers, adjustments, masks, and large brushes, but that's mostly it, also

  • Preferred Source Code Editor Bracket Styles

    The CVI Team would like to get an idea what the most commonly used source code editor bracket styles are. These options are currently available through Options >> Editor Preferences >> Bracket Styles. Please post your comments in the Preferred Source