Divide by zero crash whole machine?

hello
i have a little app that if i try to divide by zero, the whole machine crashes. its in a try/catch.. its part of a printing class for a tomcat application. but standalone tests showed that the same bit still causes the whole machine to crash.
any ideas? doesnt java have a whole try/catch around its applications that even if i dont catch it, it does... and usually give you a trace about it? and on top of that, then wouldn't win2000 also catch a top level java error even if it made it that far?

Its in a try/catch ...but what are you catching? Of course you can catch this error at runtime. Check out this example ...it catches the div by zero just fine. I don't understand why you can't control this in your program. Am I missing your point?
public class DivTest {
  public DivTest() { doit(); }
  public double doit() { return 8/0; }
  public static void main(String args[]) {
    try {
      new DivTest();
    } catch (Exception e) {
      System.out.println(e.toString());
}

Similar Messages

  • App quits unexpectedly --  Divide by zero exception

    Hi,
    I've been using a particular application for months without any issues. Suddenly, though, as of yesterday, the app "quits unexpectedly" whenever I try to launch it. I've attached the complete crash log below, but these lines seem particularly relevant:
    Exception Type: EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXCI386DIV (divide by zero)
    I don't think I've changed anything on the system. Does anyone have any idea what the problem is or how to solve it?
    Sorry to be so vague. (The application in question is an esoteric program, a "max patch" for creating eletronic music. It can be downloaded from this site, by following the "information on the electronics" link: http://www.chesternovello.com/Default.aspx?TabId=2432&State3041=2&workId3041=7852)
    Many thanks,
    D.
    Crash log
    Process: Lonh-v2.7 [290]
    Path: /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/M acOS/Lonh-v2.7
    Identifier: com.cycling74.com.Max.Lonh-v2.7.appRuntime
    Version: 5.1.1 (41439) (5.1.1)
    Code Type: X86 (Native)
    Parent Process: launchd [142]
    Date/Time: 2010-09-16 12:16:39.548 -0400
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 3528115 sec
    Crashes Since Last Report: 128
    Per-App Interval Since Last Report: 25408 sec
    Per-App Crashes Since Last Report: 18
    Anonymous UUID: A9062AB7-EDFE-4339-8743-5C1F70E3C567
    Exception Type: EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXCI386DIV (divide by zero)
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 org.ircam.8c-cluster_ext~ 0x194d1daf c8clusternew + 481
    1 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    2 ...om.Max.Lonh-v2.7.appRuntime 0x000b513f objectnew_typedflags + 637
    3 ...om.Max.Lonh-v2.7.appRuntime 0x000b517e objectnewtyped + 46
    4 ...om.Max.Lonh-v2.7.appRuntime 0x000118e7 newload_internal + 165
    5 ...om.Max.Lonh-v2.7.appRuntime 0x00011bec newload + 40
    6 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    7 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    8 ...om.Max.Lonh-v2.7.appRuntime 0x0001cd7f aeval + 893
    9 ...om.Max.Lonh-v2.7.appRuntime 0x00008aaa atombuf_eval + 152
    10 ...om.Max.Lonh-v2.7.appRuntime 0x00148eed jnewobj_new + 2283
    11 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    12 ...om.Max.Lonh-v2.7.appRuntime 0x000b5104 objectnew_typedflags + 578
    13 ...om.Max.Lonh-v2.7.appRuntime 0x001527d4 jpatcher_newinstance + 492
    14 ...om.Max.Lonh-v2.7.appRuntime 0x000b1196 objectmethodtypedfun + 134
    15 ...om.Max.Lonh-v2.7.appRuntime 0x000b124f objectmethodtyped + 127
    16 ...om.Max.Lonh-v2.7.appRuntime 0x00153fda jpatcher_hidden + 112
    17 ...om.Max.Lonh-v2.7.appRuntime 0x0001c1e2 typedmess_fun + 782
    18 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    19 ...om.Max.Lonh-v2.7.appRuntime 0x0001d14f eval_internal + 799
    20 ...om.Max.Lonh-v2.7.appRuntime 0x0001d2cb eval + 67
    21 ...om.Max.Lonh-v2.7.appRuntime 0x00009b59 binbuf_loadeval + 115
    22 ...om.Max.Lonh-v2.7.appRuntime 0x000116b1 lowload_type + 1137
    23 ...om.Max.Lonh-v2.7.appRuntime 0x00011833 intload_type(char*, short, long, symbol*, short, atom*, short) + 119
    24 ...om.Max.Lonh-v2.7.appRuntime 0x00011b21 newload_internal + 735
    25 ...om.Max.Lonh-v2.7.appRuntime 0x00011bec newload + 40
    26 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    27 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    28 ...om.Max.Lonh-v2.7.appRuntime 0x0001cd7f aeval + 893
    29 ...om.Max.Lonh-v2.7.appRuntime 0x00008aaa atombuf_eval + 152
    30 ...om.Max.Lonh-v2.7.appRuntime 0x00148eed jnewobj_new + 2283
    31 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    32 ...om.Max.Lonh-v2.7.appRuntime 0x000b5104 objectnew_typedflags + 578
    33 ...om.Max.Lonh-v2.7.appRuntime 0x001527d4 jpatcher_newinstance + 492
    34 ...om.Max.Lonh-v2.7.appRuntime 0x0001c1e2 typedmess_fun + 782
    35 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    36 ...om.Max.Lonh-v2.7.appRuntime 0x0001d14f eval_internal + 799
    37 ...om.Max.Lonh-v2.7.appRuntime 0x0001d2cb eval + 67
    38 ...om.Max.Lonh-v2.7.appRuntime 0x00009b59 binbuf_loadeval + 115
    39 ...om.Max.Lonh-v2.7.appRuntime 0x000116b1 lowload_type + 1137
    40 ...om.Max.Lonh-v2.7.appRuntime 0x00011833 intload_type(char*, short, long, symbol*, short, atom*, short) + 119
    41 ...om.Max.Lonh-v2.7.appRuntime 0x00011b21 newload_internal + 735
    42 ...om.Max.Lonh-v2.7.appRuntime 0x00011bec newload + 40
    43 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    44 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    45 ...om.Max.Lonh-v2.7.appRuntime 0x0001cd7f aeval + 893
    46 ...om.Max.Lonh-v2.7.appRuntime 0x00008aaa atombuf_eval + 152
    47 ...om.Max.Lonh-v2.7.appRuntime 0x00148eed jnewobj_new + 2283
    48 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    49 ...om.Max.Lonh-v2.7.appRuntime 0x000b5104 objectnew_typedflags + 578
    50 ...om.Max.Lonh-v2.7.appRuntime 0x001527d4 jpatcher_newinstance + 492
    51 ...om.Max.Lonh-v2.7.appRuntime 0x0001c1e2 typedmess_fun + 782
    52 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    53 ...om.Max.Lonh-v2.7.appRuntime 0x0001d14f eval_internal + 799
    54 ...om.Max.Lonh-v2.7.appRuntime 0x0001d2cb eval + 67
    55 ...om.Max.Lonh-v2.7.appRuntime 0x00009b59 binbuf_loadeval + 115
    56 ...om.Max.Lonh-v2.7.appRuntime 0x000116b1 lowload_type + 1137
    57 ...om.Max.Lonh-v2.7.appRuntime 0x00011833 intload_type(char*, short, long, symbol*, short, atom*, short) + 119
    58 ...om.Max.Lonh-v2.7.appRuntime 0x00011b21 newload_internal + 735
    59 ...om.Max.Lonh-v2.7.appRuntime 0x00011bec newload + 40
    60 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    61 ...om.Max.Lonh-v2.7.appRuntime 0x0001c713 typedmess + 83
    62 ...om.Max.Lonh-v2.7.appRuntime 0x0001cd7f aeval + 893
    63 ...om.Max.Lonh-v2.7.appRuntime 0x00008aaa atombuf_eval + 152
    64 ...om.Max.Lonh-v2.7.appRuntime 0x00148eed jnewobj_new + 2283
    65 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    66 ...om.Max.Lonh-v2.7.appRuntime 0x000b5104 objectnew_typedflags + 578
    67 ...om.Max.Lonh-v2.7.appRuntime 0x000b517e objectnewtyped + 46
    68 ...om.Max.Lonh-v2.7.appRuntime 0x00151fb2 jpatcher_newobject + 380
    69 ...om.Max.Lonh-v2.7.appRuntime 0x001524c9 jpatcher_pastefromdictionary + 403
    70 ...om.Max.Lonh-v2.7.appRuntime 0x00160c96 jpatcher_fromdictionary + 1692
    71 ...om.Max.Lonh-v2.7.appRuntime 0x0016102d jpatcher_new + 901
    72 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    73 ...om.Max.Lonh-v2.7.appRuntime 0x000b513f objectnew_typedflags + 637
    74 ...om.Max.Lonh-v2.7.appRuntime 0x000b517e objectnewtyped + 46
    75 ...om.Max.Lonh-v2.7.appRuntime 0x00148d7b jnewobj_new + 1913
    76 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    77 ...om.Max.Lonh-v2.7.appRuntime 0x000b5104 objectnew_typedflags + 578
    78 ...om.Max.Lonh-v2.7.appRuntime 0x000b517e objectnewtyped + 46
    79 ...om.Max.Lonh-v2.7.appRuntime 0x00151fb2 jpatcher_newobject + 380
    80 ...om.Max.Lonh-v2.7.appRuntime 0x001524c9 jpatcher_pastefromdictionary + 403
    81 ...om.Max.Lonh-v2.7.appRuntime 0x00160c96 jpatcher_fromdictionary + 1692
    82 ...om.Max.Lonh-v2.7.appRuntime 0x0016102d jpatcher_new + 901
    83 ...om.Max.Lonh-v2.7.appRuntime 0x0001c689 typedmess_fun + 1973
    84 ...om.Max.Lonh-v2.7.appRuntime 0x000b513f objectnew_typedflags + 637
    85 ...om.Max.Lonh-v2.7.appRuntime 0x000b517e objectnewtyped + 46
    86 ...om.Max.Lonh-v2.7.appRuntime 0x00010e19 jpatcherloadfromdictionary(char*, short, object*, short, atom*) + 437
    87 ...om.Max.Lonh-v2.7.appRuntime 0x00010f98 jpatcherloadfrombuffer(char*, short, char const*, long, short, atom*) + 310
    88 ...om.Max.Lonh-v2.7.appRuntime 0x00011207 jpatcher_load(char*, short, short, atom*) + 373
    89 ...om.Max.Lonh-v2.7.appRuntime 0x00011495 lowload_type + 597
    90 ...om.Max.Lonh-v2.7.appRuntime 0x00011d8b fileload_extended + 169
    91 ...om.Max.Lonh-v2.7.appRuntime 0x000122f7 fileload_unique + 99
    92 ...om.Max.Lonh-v2.7.appRuntime 0x0001232a fileload_type + 40
    93 ...om.Max.Lonh-v2.7.appRuntime 0x000639c4 xpcoll_loadentry + 42
    94 ...om.Max.Lonh-v2.7.appRuntime 0x00058250 linklist_funall + 68
    95 ...om.Max.Lonh-v2.7.appRuntime 0x000637a5 xpcoll_loadpatchers + 75
    96 ...om.Max.Lonh-v2.7.appRuntime 0x00063807 xpcoll_load + 57
    97 ...om.Max.Lonh-v2.7.appRuntime 0x0002a219 single_checkappforfiles + 49
    98 ...om.Max.Lonh-v2.7.appRuntime 0x000133f5 max_startup + 475
    99 ...om.Max.Lonh-v2.7.appRuntime 0x00188840 MaxApplication::initialise(juce::String const&) + 132
    100 ...om.Max.Lonh-v2.7.appRuntime 0x002179e1 juce::JUCEApplication::main(juce::String&, juce::JUCEApplication*) + 533
    101 ...om.Max.Lonh-v2.7.appRuntime 0x00217b03 juce::JUCEApplication::main(int, char**, juce::JUCEApplication*) + 125
    102 ...om.Max.Lonh-v2.7.appRuntime 0x001888ea main + 76
    103 ...om.Max.Lonh-v2.7.appRuntime 0x000061aa _start + 216
    104 ...om.Max.Lonh-v2.7.appRuntime 0x000060d1 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9481a942 kevent + 10
    1 libSystem.B.dylib 0x9481b05c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9481a519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9481a2be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x94819d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x94819b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x948199d2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x94819f68 pthreadwqthread + 941
    2 libSystem.B.dylib 0x94819b86 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x947f40fa machmsgtrap + 10
    1 libSystem.B.dylib 0x947f4867 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x120f7f31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x121168fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x120f9149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x120f8b16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9482181d pthreadstart + 345
    7 libSystem.B.dylib 0x948216a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x947f415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94821ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x94850848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x945093b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x945090f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x9452d34b TimerThread + 97
    6 libSystem.B.dylib 0x9482181d pthreadstart + 345
    7 libSystem.B.dylib 0x948216a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x194d1bdc ecx: 0x19462c20 edx: 0x00000000
    edi: 0x003d7400 esi: 0x00000000 ebp: 0xbffdef58 esp: 0xbffdef10
    ss: 0x0000001f efl: 0x00010282 eip: 0x194d1daf cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x19463000
    Binary Images:
    0x1000 - 0x375ff7 +com.cycling74.com.Max.Lonh-v2.7.appRuntime 5.1.1 (41439) (5.1.1) <52639ED7-5CCF-CA76-C421-66CEECFD0CB4> /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/M acOS/Lonh-v2.7
    0x1478000 - 0x149dff7 +com.cycling74.MaxAPI 1.0 (1.0) <48CC1A64-4CB9-ACEF-6E41-9154793BD363> /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/F rameworks/MaxAPI.framework/MaxAPI
    0x17f1000 - 0x17f2ff7 +com.cycling74.augraph 5.1.1 (41439) (41439) <09850A49-1921-D778-3BED-6ED443DE9BDA> /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/s upport/mididrivers/augraph.mxo/Contents/MacOS/augraph
    0x17f6000 - 0x17f8ff7 +com.cycling74.coremidi 5.1.1 (41439) (41439) <EC030D8C-2C7F-63C0-21ED-B356E0199ABD> /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/s upport/mididrivers/coremidi.mxo/Contents/MacOS/coremidi
    0x120e8000 - 0x12134fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x12161000 - 0x12161ff7 +com.cycling74.midi_adrewire 5.1.1 (41439) (41439) <D743F439-699E-2ABA-0032-E1BB7EAC8F45> /Users/davebenson/Documents/electroacousticmusic/lonh/Lonh-v2.7.app/Contents/support/mididrivers/midi_adrewire.mxo/Contents /MacOS/midiadrewire
    0x12165000 - 0x1217dff7 +com.cycling74.MaxAudioAPI ??? (1.0) <E38941A8-5166-32A6-DA74-E403C622BF08> /Users/davebenson/Documents/electroacoustic_music/lonh/Lonh-v2.7.app/Contents/F rameworks/MaxAudioAPI.framework/Versions/A/MaxAudioAPI
    0x17659000 - 0x1765dff7 com.apple.CommonCocoaPanels 4.0 (16) <30D57C5A-2C5E-3A3E-A9D8-F5E968322AD6> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCoco aPanels
    0x177df000 - 0x177ecff7 +com.cycling74.umenu 5.1.1 (41439) (41439) <1BA48ADF-0A64-FD29-B236-B96CA0F76408> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/umenu.mxo/Contents/MacOS/umenu
    0x177f6000 - 0x177f8ff7 +com.cycling74.adstatus 5.1.1 (41439) (41439) <6E33D20A-2CB8-228B-7B05-9FC5F98CCE87> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/adstatus.mxo/Contents/MacOS/adstatus
    0x17ccf000 - 0x17cd6ff7 +com.cycling74.ad_coreaudio 5.1.1 (41439) (41439) <48DF265F-F37B-D0AA-9A33-3AE7A30E21E8> /Users/davebenson/Documents/electroacousticmusic/lonh/Lonh-v2.7.app/Contents/support/ad/ad_coreaudio.mxo/Contents/MacOS/adcoreaudio
    0x17cdc000 - 0x17ce0ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17ce5000 - 0x17cebffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17cf0000 - 0x17cf1ffb +com.cycling74.ad_nonreal 5.1.1 (41439) (41439) <B610E918-3F6E-A231-4EB1-8264AF345FA7> /Users/davebenson/Documents/electroacousticmusic/lonh/Lonh-v2.7.app/Contents/support/ad/ad_nonreal.mxo/Contents/MacOS/adnonreal
    0x17cf5000 - 0x17cf8ff7 +com.cycling74.comment 5.1.1 (41439) (41439) <CE22EA19-D8DF-5BC7-AF2C-10B2F1779755> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/comment.mxo/Contents/MacOS/comment
    0x1808a000 - 0x18092ffb +com.cycling74.ad_rewire 5.1.1 (41439) (41439) <F9D5D938-382B-D322-9F22-EBFA95A2D6E2> /Users/davebenson/Documents/electroacousticmusic/lonh/Lonh-v2.7.app/Contents/support/ad/ad_rewire.mxo/Contents/MacOS/adrewire
    0x180db000 - 0x180dfff7 +com.cycling74.message 5.1.1 (41439) (41439) <E5638F96-0FB0-82D8-67F3-833D3C135A26> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/message.mxo/Contents/MacOS/message
    0x18128000 - 0x1812cff7 +com.cycling74.ubutton 5.1.1 (41439) (41439) <1B372BED-0B46-D4F1-3AB1-0AC043591039> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/ubutton.mxo/Contents/MacOS/ubutton
    0x18134000 - 0x18138ff7 +com.cycling74.panel 5.1.1 (41439) (41439) <3D6668DC-5DFE-BBCF-BA1E-1C48F388837E> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/panel.mxo/Contents/MacOS/panel
    0x18180000 - 0x18181ff7 +com.cycling74.metro 5.1.1 (41439) (41439) <99782817-FB4C-D4F5-DE4F-E689F9F68FD3> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/metro.mxo/Contents/MacOS/metro
    0x18186000 - 0x1818bff7 +com.cycling74.radiogroup 5.1.1 (41439) (41439) <18E0C924-B301-ED69-A3AF-05AE02984DEA> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/radiogroup.mxo/Contents/MacOS/radiogroup
    0x181d4000 - 0x181d7ff7 +com.cycling74.button 5.1.1 (41439) (41439) <11C9812A-CD29-8E0D-424E-ADFBC421C8B2> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/button.mxo/Contents/MacOS/button
    0x18260000 - 0x1826aff7 +com.cycling74.number 5.1.1 (41439) (41439) <0BEE2A73-DA69-63A5-F79A-A658D393F8E0> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/number.mxo/Contents/MacOS/number
    0x182b4000 - 0x182b4ff7 +com.cycling74.uzi 5.1.1 (41439) (41439) <976665FE-2842-7456-30B5-0CB9CD649EF6> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/Uzi.mxo/Contents/MacOS/uzi
    0x182b8000 - 0x182b8ff7 +com.cycling74.spray 5.1.1 (41439) (41439) <039B9309-BC01-D145-7292-88CD6DCCC54B> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/spray.mxo/Contents/MacOS/spray
    0x185c7000 - 0x185caff7 +com.cycling74.toggle 5.1.1 (41439) (41439) <52B87A3D-229F-39C2-92F8-E225CAC29EA9> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/toggle.mxo/Contents/MacOS/toggle
    0x185d1000 - 0x185d1ff7 +com.cycling74.bgcolor 5.1.1 (41439) (41439) <F97BB47C-5520-0FA5-3317-E73A2F6EB149> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/bgcolor.mxo/Contents/MacOS/bgcolor
    0x185d5000 - 0x185d5ff7 +com.cycling74.clip~ 5.1.1 (41439) (41439) <B50853DE-EC92-B398-1AA4-CC2A82466114> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/clip~.mxo/Contents/MacOS/clip~
    0x185d9000 - 0x185d9ff7 +com.cycling74.send~ 5.1.1 (41439) (41439) <34EB389A-59F4-2378-6870-50FCDB9895E6> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/send~.mxo/Contents/MacOS/send~
    0x185dd000 - 0x185e2ff7 +com.cycling74.meter~ 5.1.1 (41439) (41439) <DED74D1A-104D-59AC-0510-B7E48387D7C7> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/meter~.mxo/Contents/MacOS/meter~
    0x185e9000 - 0x185e9ff7 +com.cycling74.prepend 5.1.1 (41439) (41439) <4D54141F-3581-6570-2BFE-5C9FB8BDBAE6> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/prepend.mxo/Contents/MacOS/prepend
    0x185ed000 - 0x185f1ff7 +com.cycling74.fpic 5.1.1 (41439) (41439) <44CBF652-B880-F541-2978-70D719E0F394> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/fpic.mxo/Contents/MacOS/fpic
    0x185f9000 - 0x185f9ff7 +com.cycling74.delay 5.1.1 (41439) (41439) <72F21204-E1A5-1592-3D71-3FF44FABC759> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/delay.mxo/Contents/MacOS/delay
    0x18dd1000 - 0x18dd1ff7 +com.cycling74.line 5.1.1 (41439) (41439) <934EAD9E-61F1-EEAB-18D9-88AF8881405A> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/line.mxo/Contents/MacOS/line
    0x18e57000 - 0x18e5cff7 +com.cycling74.coll 5.1.1 (41439) (41439) <F3ADAAD5-FE41-D365-CC79-9A356C84F1A6> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/coll.mxo/Contents/MacOS/coll
    0x18e63000 - 0x18e63ff7 +com.cycling74.dialog 5.1.1 (41439) (41439) <30FCC8D2-3A21-023C-6A5F-4971F85619A7> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/dialog.mxo/Contents/MacOS/dialog
    0x18e67000 - 0x18e68ff7 +com.cycling74.sprintf 5.1.1 (41439) (41439) <9F3FE79E-9DF3-8E4E-E7DE-39A4EFA7CCC0> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/sprintf.mxo/Contents/MacOS/sprintf
    0x18eee000 - 0x18eeeff7 +com.cycling74.clip 5.1.1 (41439) (41439) <5B138AB2-C3E2-C78B-AD6C-5DC24D9C30C2> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/clip.mxo/Contents/MacOS/clip
    0x18ef2000 - 0x18ef7ff7 +com.cycling74.slider 5.1.1 (41439) (41439) <3A86569D-099C-735A-209D-60BE00101373> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/slider.mxo/Contents/MacOS/slider
    0x19105000 - 0x19105ff7 +com.cycling74.split 5.1.1 (41439) (41439) <8B5A9543-202E-A834-D619-9D5ACFC40878> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/split.mxo/Contents/MacOS/split
    0x192d0000 - 0x192d0ff7 +com.cycling74.receive~ 5.1.1 (41439) (41439) <418A4B59-5E73-A3B3-416F-5973B92727F3> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/receive~.mxo/Contents/MacOS/receive~
    0x192d4000 - 0x192d4ff7 +com.cycling74.dspstate~ 5.1.1 (41439) (41439) <CD723161-E654-6D4E-BBC9-566488324BD8> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/dspstate~.mxo/Contents/MacOS/dspstate~
    0x19319000 - 0x1931efff +org.ircam.biquadv_ext~ ??? (1.0) /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/biquadvext~.mxo/Contents/MacOS/biquadvext~
    0x19363000 - 0x19363ff7 +com.cycling74.tapin~ 5.1.1 (41439) (41439) <5741073C-9D9F-61DA-D034-0D7B8F6A36D1> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/tapin~.mxo/Contents/MacOS/tapin~
    0x193a8000 - 0x193abff7 +com.cycling74.biquad~ 5.1.1 (41439) (41439) <E4634F26-F84E-B051-0643-B9C5395C7B5F> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/biquad~.mxo/Contents/MacOS/biquad~
    0x193af000 - 0x193b0ff7 +com.cycling74.line~ 5.1.1 (41439) (41439) <EA255A54-F761-EBB7-9DEE-0013C57EF515> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/line~.mxo/Contents/MacOS/line~
    0x193b4000 - 0x193b4ff7 +com.cycling74.plus~ 5.1.1 (41439) (41439) <FE715CD5-D347-CB57-2B9F-ECBD16E6E487> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/plus~.mxo/Contents/MacOS/plus~
    0x193b8000 - 0x193b9ff7 +com.cycling74.tapout~ 5.1.1 (41439) (41439) <DBC8044A-6E6C-3647-4BC4-BFF4FB589206> /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/tapout~.mxo/Contents/MacOS/tapout~
    0x193bd000 - 0x193c1fff +org.ircam.amp_4~ ??? (1.0) /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/amp4~.mxo/Contents/MacOS/amp4~
    0x193c5000 - 0x193c9fff +org.ircam.amp_2~ ??? (1.0) /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/amp2~.mxo/Contents/MacOS/amp2~
    0x194d1000 - 0x194d8fff +org.ircam.8c-cluster_ext~ ??? (1.0) /var/folders/8J/8J6E5N95F4KUovJ5iYMusU+TI/TemporaryItems/appRuntime-mxt/8c-clusterext~.mxo/Contents/MacOS/8c-clusterext~
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90005ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90006000 - 0x9000aff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9000b000 - 0x9000cff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9000d000 - 0x9009ffe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x900e2000 - 0x90113ff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90272000 - 0x90688ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x907f4000 - 0x90837ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90838000 - 0x909f2fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x909f3000 - 0x90d17fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90d20000 - 0x90d20ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90d9a000 - 0x90e4aff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91028000 - 0x91321fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x913a1000 - 0x914b0fe7 com.apple.WebKit 6533.17 (6533.17.8) <7489BF63-4075-335A-93DE-878547A7A4B2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x914b1000 - 0x914b1ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x914b2000 - 0x914c6ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x914c7000 - 0x914ceff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x914cf000 - 0x914dfff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x915ba000 - 0x915d9fe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x915da000 - 0x91615feb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x917ab000 - 0x917f4fe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91abf000 - 0x91b68ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91b69000 - 0x91bafff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x91bb0000 - 0x91c5eff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930cd000 - 0x9312efe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x934f1000 - 0x934f1ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x934f2000 - 0x93503ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93800000 - 0x9385bff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93888000 - 0x9388bff7 libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9388c000 - 0x938c4ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x938c5000 - 0x939a0fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x939a1000 - 0x939acff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x939ad000 - 0x93a45fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93bca000 - 0x93bcaff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93bcb000 - 0x93c35fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93c36000 - 0x93c57fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93c58000 - 0x93cbcffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93d75000 - 0x93d78fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93d79000 - 0x93de8ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93e63000 - 0x93e6aff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93ec0000 - 0x93fb2ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x93fb3000 - 0x93fc7fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x93fc8000 - 0x9414afe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9414b000 - 0x94204fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94205000 - 0x94256ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9425e000 - 0x94260ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94468000 - 0x94475ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x944a9000 - 0x944c1ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x944c2000 - 0x947e2feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x947e3000 - 0x947edfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x947ee000 - 0x947f2ff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x947f3000 - 0x94999feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9499a000 - 0x9499fff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x949a0000 - 0x94a71fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x94acb000 - 0x94d2efef com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94d2f000 - 0x94d33ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94d34000 - 0x94d77ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94d78000 - 0x94ea4fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94eb2000 - 0x94eefff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94f0d000 - 0x94f31ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94f32000 - 0x94f54fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94f58000 - 0x94ff5fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94ff6000 - 0x950f7fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x952d4000 - 0x9536fff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95370000 - 0x95567feb com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95568000 - 0x955aaff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9570c000 - 0x95787fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95788000 - 0x9579dfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9579e000 - 0x957c6ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x959f0000 - 0x95b6afe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95ba0000 - 0x95be4fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95bea000 - 0x95bf5ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95bf6000 - 0x95c16fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x95c17000 - 0x95c33fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95c34000 - 0x95c5afff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95c5b000 - 0x95c5bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95d94000 - 0x95e5efef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95ea1000 - 0x95f7eff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96009000 - 0x9600cffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96014000 - 0x96a5fff7 com.apple.WebCore 6533.17 (6533.17.8) <CB22435A-3FAC-EAE2-3CF1-FB9D79635637> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96a60000 - 0x96dc8ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96dc9000 - 0x971feff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97318000 - 0x97424ff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x975a7000 - 0x975c2ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x977ef000 - 0x97a5fffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97a60000 - 0x97a72ff7 com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x97bb7000 - 0x97c37feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97c38000 - 0x97d66fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97d67000 - 0x97d67ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97d92000 - 0x98672ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98673000 - 0x98e62557 com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98e63000 - 0x98e6fff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x98e70000 - 0x98e70ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x98f36000 - 0x98f77ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98f78000 - 0x98ffaffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98ffb000 - 0x99009ff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x990e7000 - 0x99134feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x99143000 - 0x991f0fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9926b000 - 0x992afff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x992b0000 - 0x992e3ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99365000 - 0x993b5ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x993b6000 - 0x993d4ff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x995b8000 - 0x995c6fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x995c7000 - 0x9966fffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x996b8000 - 0x996b9ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x996fc000 - 0x99702fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x997b4000 - 0x997e5ff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x997e6000 - 0x997f0ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x997f1000 - 0x997f4ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x997f5000 - 0x998e9ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x998ea000 - 0x998eaff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x998eb000 - 0x999a1ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x999a2000 - 0x999abff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 4 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: iPhone USB, Ethernet, en2
    Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1292, 0x24100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

    Division by zero is logic error which is with high probability caused by poor coding of the application therefore unlikely to have something to do with your macbook pro

  • At startup-system error and divide by zero

    I've been having a lot of problems starting up my beige G3 mini tower, it has 233mhz, 384ram, mac os9.1. I've zapped the pram and held the shift key down to boot with extensions off, didnt work. I've changed the battery twice in case the first replacement was bad, it started up and ran long enough for me to trash all the preferences, I tried to change the extensions, but when restarting it was back to not completely starting up. I've tried pressing the button near the pci slots with the battery out, 30 seconds, waited 30 minutes and held down the button for another 30 seconds, replaced the battery, checked the sound card for looseness then at startup it worked till I changed the time and date. I tried the battery and button again this time waiting over night between pressing the button for 30 seconds, after startup I was able to run disc first aid and it said everything was ok, then crashed again when I tried to change the date and time. I've even tried booting up from command/option/o/f, I'm not sure what firmware is but it would try to start up that way,but was very slow with a os cd in the cd drive. I tried to erase the hard drive but I couldnt get it to start up from a cd, iv'e tried os9, the original cd that came with the computer and a system recovery cd.
    Most times when trying to start it up it chimes, then the happy mac with a grey screen, then the mac os screen, then the bomb with "system error" and under that "bus error" under that it says to restart with extensions off. sometimes the button for restart will even work with the cursor. Once, after trying to start up after all the battery removal, pressing button near pci slots , pressing com/opt/o/f, extensions off, the screen getting to the mac os then the bomb dialogue, it said system error and instead of saying "bus error" it said "divide by zero". Thats the first and only time I've seen that one. Also, the grey screen (with the happy mac disc icon) now has horizontal lines with texture? that I havent noticed before.
    got any ideas what I should do next? I probably wouldnt bother with my G3 anymore because I just bought a new Imac, but I have a vinyl cutter hooked to it, it has the old round serial port cables and I would have to buy new software, cables and dongle to use it with my new Imac, I also have illustrator, photoshop, scanner, and drawing tablet on my G3 that I cant use on my new Imac (intel) leopard.
    Is my hard drive or motherboard dying? is there a way to find out if and what hardware is messed up? and if so, is there still still parts out there for this G3?

    Hi, R1camper -
    I ran disc first aid from the cd and and it said it couldnt fix-overlapped extent allocation,4,479.
    That is a type of disk directory damage, one which Disk First Aid can not repair.
    Alsoft's DiskWarrior can usually repair that kind of damage, with no loss of files. If you choose to go this route, suggest you call (or email) Alsoft's sales department, and request an older version of DiskWarrior - the current versions won't run on your Beige G3/MT.
    However, if you can manage to live with the loss of files, you can probably replace the hard drive for less cost.
    Your Beige G3/MT came with either an ATA (now often referred to as PATA and/or IDE) drive or a SCSI drive - it could have been ordered with either when the machine was new.
    With luck it will be an ATA drive, since those are the least expensive and the easiest to install. Such drives are not Mac-specific - any ATA drive designed for internal use and of appropriate size will work. The only item of concern is to set the drive's jumpers properly. The drive should be jumpered as Master (it may come preset as Master or as Cable Select - Cable Select will not work on your model), unless it is a Western Digital in which case it should be set to Single if that is an available choice.
    There is probably little to gain by getting a 7200RPM drive, especially if there is extra cost for one vs. a 5400RPM drive - the relatively slow internal bus speed on your machine will not be able to take significant advantage of a faster drive.
    Re the RAM, if you have the time you might try replacing any you took out. Over time the contact the module makes in its slot can get iffy - removing and replacing the module usually fixes that problem, by wiping the contacts clean.

  • Ora-07445: Integer Divide by zero

    hi all,
    i have this error in my alert log.
    ORA-07445: exception encountered: core dump [skgxpdmpctx()+343] [SIGFPE] [Integer divide by zero] [0x4001BFFF
    when this error occur many times the db went down, what's this error about? have you experience this before..
    pls guide me or give me some precedures in detail on how to resolved this error.
    DB:
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    PL/SQL Release 9.2.0.7.0 - Production
    CORE 9.2.0.7.0 Production
    TNS for Linux: Version 9.2.0.7.0 - Production
    NLSRTL Version 9.2.0.7.0 - Production
    OS:
    Red Hat Linux Advanced Server release 2.1AS/\m (Pensacola)
    thanks in advanced,

    It's bug, and fixed in 9.2.0.7
    ALERT: ORA-7445 SKGXPDMPCTX Instance Crash Possible After Applying 9.2.0.5 or 9.2.0.6 Patchset
    Bug 4059639 - ORA-7445 SKGXPDMPCTX Instance Crash with 9.2.0.5 or 9.2.0.6 Patchset
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    Instance failure and a message similar to the following in the alert log:
    ORA-07445: exception encountered: core dump [skgxpdmpctx()+183] [SIGFPE]
    [Integer divide by zero] [0x4001BE3F] [] []
    Workaround
    ~~~~~~~~~~
    Run in single instance mode or apply the fixes.
    Enter to metalink.oracle.com and enter to this url:
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=4059639
    Download 76Kb patch (Patch 4059639 )
    You need p4059639_9206_LINUX.zip file

  • Catching errors such as divide by zero and typing non-numeric characters

    Fellows: How do I extend following script to catch errors such as divide by zero and typing non-numeric characters.      Thanks
    This program takes two integers (whole numbers), then displays the sum, average, division,
    Modula of those numbers and finally the first number raised to the power of the second number.
    import java.io.*;
    public class HWOne
         public static void main(String[] args) throws IOException  // error handling
              // variable declaration
              String firstdigit, seconddigit;
              int first, second, sum, total, modus, power;
              float division;
              double average;
              BufferedReader myIn = new BufferedReader(new InputStreamReader(System.in));
              //Invoke user response
              System.out.print("Please enter first digit ");
                   firstdigit = myIn.readLine();
                   first = Integer.parseInt(firstdigit);
              System.out.print("Please enter second digit ");
                   seconddigit = myIn.readLine();
                   second = Integer.parseInt(seconddigit);
              //computations
              sum = first + second;
              average = (double)sum / (double)2;
              division = (float)first / (float)second;
              modus = first % second;
              power = (int)Math.pow(first, second);
              //Screen message
              System.out.println("Sum: " + sum);
              System.out.println("Average: " + average);
              System.out.println("Division: " + division);
              System.out.println("Modula: " + modus);
              System.out.println("Power: " + power);

    Have you learnt about try/catch statements yet?
    The parseInt method throws a NumberFormatException. So you place the call to that method inside a try statement and catch the exception.
    For divide by zero, you can use an if statement. If the divisor != 0 perform division.

  • SQL to avoid Dreaded "Divide by Zero" error

    Hey,
    I have been banging my head off the decode and NVL functions to avoid the divide by zero error, can tfor the life of me get it.
    2 columns, a & b.
    Need to get: a/b (but the whole thing fails if either is null or zero)
    Any help greatly appreciated.
    Dob

    VG2 wrote:
    You need something like
    decode( b, 0, to_number(null),
    b, null, to_number(null),
    a/b )What is that?
    in psuedo language with that statement you are saying...
    If b is zero then return to_number(null) (which is the same as null) else
    if b is null then to_number(null) (which is still null) else
    a/b
    surely it's just a case of saying
    nvl(a,0)/nvl(b,1)which assumes that if b is null it should not effect a and if a is null then the result should be zero.

  • I'm trying to move my Bookmarks from one user to another on rhe same computer, but I can't open the account of the original user as it keeps crashing my machine. How do I do this?

    I set up another user account to start over as my original account keeps crashing my machine. I want to export my Bookmarks form my original account but I can open the account.Is there a way to get to the bookmarks from the administrator account and export to another copy of Firefox?
    Thanks

    You can restore a JSON backup from the not working profile in the current Firefox profile.
    See http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    See http://kb.mozillazine.org/Profile_folder_-_Firefox
    "Application Data" in XP/Win2K and "AppData" in Vista/Windows 7 are hidden folders<br />
    See http://kb.mozillazine.org/Show_hidden_files_and_folders
    Go to: Control Panel > Folder Options > "View" tab > under "Hidden files and folders", select "Show hidden files and folders"<br />
    You may want to uncheck the box "Hide extensions for known file types" to see the file extensions of all files.

  • SSRS Expression divide by zero error

    Hi, I am getting an error in SSRS calculating the field that potentially divide by zero. may i ask your help to fix this issue. thanks.
    =First(Fields!CEQ_all.Value, "DailyUpdates_DS") = value is zero
    =Sum(Fields!Prod_Plan_Yield.Value, "DailyUpdates_DS")= value is 0.16
    --This is the codes in my field expression
    =IIF(First(Fields!CEQ_all.Value, "DailyUpdates_DS")>Sum(Fields!Prod_Plan_Yield.Value, "DailyUpdates_DS"),Sum(Fields!Prod_Plan_Yield.Value, "DailyUpdates_DS")/First(Fields!CEQ_all.Value, "DailyUpdates_DS"),1)

    try like this
    =IIF(First(Fields!CEQ_all.Value, "DailyUpdates_DS")>Sum(Fields!Prod_Plan_Yield.Value, "DailyUpdates_DS"),Sum(Fields!Prod_Plan_Yield.Value, "DailyUpdates_DS")/IIF(First(Fields!CEQ_all.Value, "DailyUpdates_DS")>0,First(Fields!CEQ_all.Value, "DailyUpdates_DS"),Nothing),1)
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Attempted to divide by zero. Error while executing the script

    Hi All,
    I using a script I found long back and I'm trying to use to get disk space info from different servers with separate credentials.
    I'm getting the below error and it has eaten my head but I'm not able to figure out where the problem lies in the code.
    Attempted to divide by zero.
    At D:\psscripts\ww.ps1:92 char:26
    + $freePercent = ($frspace/ <<<< $totSpace)*100
    + CategoryInfo : NotSpecified: (:) [], RuntimeException
    + FullyQualifiedErrorId : RuntimeException
    I'm open to use any other way to find me Disk Space with different credentials..here security isn't a question.
    This script uses computers.csv to reference the computer name and the referenced credentials in the script.
    Thanks in advance
    $freeSpaceFileName = "c:\script\FreeSpace.htm"
    $warning = 50
    $critical = 30
    New-Item -ItemType file $freeSpaceFileName -Force
    $ComputerList = Import-Csv -Path d:\Computers.csv;
    $CredentialList = @{
    Cred1 = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList 'laptop-pc\administrator', (ConvertTo-SecureString -String 'tamboli' -AsPlainText -Force);
    Cred2 = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList 'contoso\administrator', (ConvertTo-SecureString -String 'Atlantic12' -AsPlainText -Force);
    Function writeHtmlHeader
    param($fileName)
    $date = ( get-date ).ToString('dd/MM/yyyy HH:mm:ss')
    Add-Content $fileName "<html>"
    Add-Content $fileName "<head>"
    Add-Content $fileName "<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>"
    Add-Content $fileName '<meta http-equiv="refresh" CONTENT="5">'
    Add-Content $fileName '<title>All Servers DiskSpace Report&copy;</title>'
    add-content $fileName '<STYLE TYPE="text/css">'
    add-content $fileName "<!--"
    add-content $fileName "td {"
    add-content $fileName "font-family: Tahoma;"
    add-content $fileName "font-size: 20px;"
    add-content $fileName "border-top: 1px solid #999999;"
    add-content $fileName "border-right: 1px solid #999999;"
    add-content $fileName "border-bottom: 1px solid #999999;"
    add-content $fileName "border-left: 1px solid #999999;"
    add-content $fileName "padding-top: 0px;"
    add-content $fileName "padding-right: 0px;"
    add-content $fileName "padding-bottom: 0px;"
    add-content $fileName "padding-left: 0px;"
    add-content $fileName "}"
    add-content $fileName "body {"
    add-content $fileName "margin-left: 5px;"
    add-content $fileName "margin-top: 5px;"
    add-content $fileName "margin-right: 0px;"
    add-content $fileName "margin-bottom: 10px;"
    add-content $fileName ""
    add-content $fileName "table {"
    add-content $fileName "border: thin solid #000000;"
    add-content $fileName "}"
    add-content $fileName "-->"
    add-content $fileName "</style>"
    Add-Content $fileName "</head>"
    Add-Content $fileName "<body>"
    add-content $fileName "<br></br>"
    add-content $fileName "<table width='100%' align=center>"
    add-content $fileName "<tr bgcolor='#CCCCCC'>"
    add-content $fileName "<td colspan='7' height='25' align='center'>"
    add-content $fileName "<font face='tahoma' color='#003399' size='5'><strong>All Servers DiskSpace Report &copy; - $date</strong></font>"
    add-content $fileName "</td>"
    add-content $fileName "</tr>"
    add-content $fileName "</table>"
    add-content $fileName "<br></br>"
    # Function to write the HTML Header to the file
    Function writeTableHeader
    param($fileName)
    Add-Content $fileName "<tr bgcolor=#CCCCCC>"
    Add-Content $fileName "<td width='10%' align='center'>Drive</td>"
    Add-Content $fileName "<td width='50%' align='center'>Drive Label</td>"
    Add-Content $fileName "<td width='10%' align='center'>Total Capacity(GB)</td>"
    Add-Content $fileName "<td width='10%' align='center'>Used Capacity(GB)</td>"
    Add-Content $fileName "<td width='10%' align='center'>Free Space(GB)</td>"
    Add-Content $fileName "<td width='10%' align='center'>Freespace %</td>"
    Add-Content $fileName "</tr>"
    Function writeHtmlFooter
    param($fileName)
    Add-Content $fileName "</body>"
    Add-Content $fileName "</html>"
    Function writeDiskInfo
    param($fileName,$devId,$volName,$frSpace,$totSpace)
    $totSpace=[math]::Round(($totSpace/1073741824),2)
    $frSpace=[Math]::Round(($frSpace/1073741824),2)
    $usedSpace = $totSpace - $frspace
    $usedSpace=[Math]::Round($usedSpace,2)
    $freePercent = ($frspace/$totSpace)*100
    $freePercent = [Math]::Round($freePercent,0)
    if ($freePercent -gt $warning)
    Add-Content $fileName "<tr>"
    Add-Content $fileName "<td>$devid</td>"
    Add-Content $fileName "<td>$volName</td>"
    Add-Content $fileName "<td>$totSpace</td>"
    Add-Content $fileName "<td>$usedSpace</td>"
    Add-Content $fileName "<td>$frSpace</td>"
    Add-Content $fileName "<td>$freePercent</td>"
    Add-Content $fileName "</tr>"
    elseif ($freePercent -le $critical)
    Add-Content $fileName "<tr>"
    Add-Content $fileName "<td>$devid</td>"
    Add-Content $fileName "<td>$volName</td>"
    Add-Content $fileName "<td>$totSpace</td>"
    Add-Content $fileName "<td>$usedSpace</td>"
    Add-Content $fileName "<td>$frSpace</td>"
    Add-Content $fileName "<td bgcolor='#FF0000' align=center>$freePercent</td>"
    #<td bgcolor='#FF0000' align=center>
    Add-Content $fileName "</tr>"
    else
    Add-Content $fileName "<tr>"
    Add-Content $fileName "<td>$devid</td>"
    Add-Content $fileName "<td>$volName</td>"
    Add-Content $fileName "<td>$totSpace</td>"
    Add-Content $fileName "<td>$usedSpace</td>"
    Add-Content $fileName "<td>$frSpace</td>"
    Add-Content $fileName "<td bgcolor='#FBB917' align=center>$freePercent</td>"
    # #FBB917
    Add-Content $fileName "</tr>"
    foreach ($computer in $ComputerList)
    Get-WmiObject -ComputerName $Computer.Name -Class Win32_LogicalDisk -Credential $CredentialList[$Computer.Credential] | Where-Object {$_.drivetype -eq 3}
    Write-Host $item.DeviceID $item.VolumeName $item.FreeSpace $item.Size
    writeDiskInfo $freeSpaceFileName $item.DeviceID $item.VolumeName $item.FreeSpace $item.Size
    writeHtmlHeader $freeSpaceFileName
    foreach($computer.Name in Get-Content Computers.csv)
    Add-Content $freeSpaceFileName "<table width='100%'><tbody>"
    Add-Content $freeSpaceFileName "<tr bgcolor='#CCCCCC'>"
    Add-Content $freeSpaceFileName "<td width='100%' align='center' colSpan=6><font face='tahoma' color='#003399' size='2'><strong> $server</strong></font></td>"
    Add-Content $freeSpaceFileName "</tr>"
    Add-Content $freeSpaceFileName "<br>"
    writeTableHeader $freeSpaceFileName
    Thanks,

    Hi Taher,
    You got the error "Attempted to divide by zero.", because the input variable $totSpace is null, please note the variable $item when you invoked the function writeDiskInfo:
    >>Get-WmiObject -ComputerName $Computer.Name -Class Win32_LogicalDisk -Credential $CredentialList[$Computer.Credential] |  Where-Object {$_.drivetype -eq 3}
    >>Write-Host  $item.DeviceID  $item.VolumeName $item.FreeSpace $item.Size
    >>writeDiskInfo $freeSpaceFileName $item.DeviceID $item.VolumeName $item.FreeSpace $item.Size
    And you haven't defined the variable $item before you used it, so please refer to the script below:
    foreach ($computer in $ComputerList)
    $items = Get-WmiObject -ComputerName $Computer.Name -Class Win32_LogicalDisk -Credential $CredentialList[$Computer.Credential] | Where-Object {$_.drivetype -eq 3}
    foreach($item in $items){
    Write-Host $item.DeviceID $item.VolumeName $item.FreeSpace $item.Size
    writeDiskInfo $freeSpaceFileName $item.DeviceID $item.VolumeName $item.FreeSpace $item.Size}
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Hard drive crashed on macbook pro. now i want to recover all my photos on my iPhone (iPhone, favorites, stream, etc..) w/ out loosing. do i simply sync my iPhone. in addition, i lost all of my music was lost when hard drive crashed (time machine fail

    Hard drive crashed on macbook pro. now i want to recover all my photos on my iPhone (iPhone photos, favorites, stream, etc..) w/ out loosing. do i simply sync my iPhone? paranoid i will wipe iPhone photos when synching to new hard drive image and new iTunes image.
    In addition, i lost all of my music when hard drive crashed (time machine backup was corrupted also), is there anyway to recover iTunes music. Music was a combination of purchased, CD's burned, diverse music library, etc.....
    thank you,
    J

    Contact Apple Support:
    http://www.apple.com/support/contact/
    Apple - How to Contact Us:
    http://www.apple.com/contact/
    Be sure to refer to the repair ticket number.
    Sounds like a terrible mixup.
    Good luck & happy computing!

  • Smartform convert to PDF dump - divide by zero

    SAP Version 4.7 Enterprise
    hello all,
    i am trying to do somethign rather basic that is discussed in these forums many times: convert Samrtforms output to PDF. i used the suggested forms but came across a unique (i think) error. my problem is that when i run the CONVERT_OTF_2_PDF function i get a core dump with the error "divide by zero". reading the core dump i see that there appears to be a font issue in the form:
    Code: Select all
    055610   * non-proportional font                                                
    055620   * if charwidth is not equal the default PostScript charwidth,          
    055630   * print string with individual character positioning                   
    055640   * WARNING: The unit used with PDFs (..) xx TJ command for individual   
    055650   * char positioning is 1 EM = 1/1000 fontsize!!!                        
    055660   * ofs_em = 1000 * (charwidth / fontsize_twip)                          
    055670   * WARNING: ...TJ moves current point to the LEFT of character          
    055680                                                                          
    055690   * set word spacing = 0                                                 
    055700     PERFORM PDF_APPEND_STREAM USING '0 Tw'. "#EC NOTEXT                  
    055710     IF CHARWIDTH < FONTINFO-DEF_SPACEWIDTH.                              
    055780   *   a positive value moves charpos to the LEFT!                        
    055790     ELSE.                                                                
    055800   *   OTF character spacing is wider than PostScript default             
    >       OFFSET_EM = 1000 * ( CHARWIDTH - FONTINFO-DEF_SPACEWIDTH )         
    055820                   / FONTINFO-FONTSIZE_TW.                                
    055830       PERFORM PDF_REM_LEAD_ZEROES_I USING 5 OFFSET_EM COORD.             
    055840   *   a negative value moves charpos to the RIGHT!                       
    needless to say this works perfectly when printing to paper. i am not using any non-stnadard fonts. the fonts are Arial with sizes of 6, 8, 10 and 12. any ideas? FYI, the code to call the functions is below. cheers,
    james
    Code: Select all
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language             = sy-langu
          i_application          = 'SAPDEFAULT'
        IMPORTING
          e_devtype              = dev_typ
        EXCEPTIONS
          no_language            = 1
          language_not_installed = 2
          no_devtype_found       = 3
          system_error           = 4
          OTHERS                 = 5.
      ctrl_params-no_dialog = 'X'.
      ctrl_params-getotf = 'X'.
      out_opt-tdnewid = 'X'.
      out_opt-xsfcmode = 'X'.
      out_opt-xsf = ' '.
      out_opt-xdfcmode = 'X'.
      out_opt-xdf = ' '.
      out_opt-tdprinter = dev_typ.
      CALL FUNCTION fm_name
        EXPORTING
          control_parameters         = ctrl_params
        IMPORTING
          job_output_info            = job_info
        TABLES
          i_outtab                   = i_output
          i_header                   = i_header
        EXCEPTIONS
          formatting_error           = 1
          internal_error             = 2
          send_error                 = 3
          user_canceled              = 4
          others                     = 5.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      p_otf[] = job_info-otfdata.
      CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize                 = l_bin_filesize
        TABLES
          otf                          = p_otf[]
          doctab_archive               = p_doctab[]
          lines                        = p_lines[]
        EXCEPTIONS
          err_conv_not_possible        = 1
          err_otf_mc_noendmarker       = 2
          others                       = 3.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

    SAP Version 4.7 Enterprise
    hello all,
    i am trying to do somethign rather basic that is discussed in these forums many times: convert Samrtforms output to PDF. i used the suggested forms but came across a unique (i think) error. my problem is that when i run the CONVERT_OTF_2_PDF function i get a core dump with the error "divide by zero". reading the core dump i see that there appears to be a font issue in the form:
    Code: Select all
    055610   * non-proportional font                                                
    055620   * if charwidth is not equal the default PostScript charwidth,          
    055630   * print string with individual character positioning                   
    055640   * WARNING: The unit used with PDFs (..) xx TJ command for individual   
    055650   * char positioning is 1 EM = 1/1000 fontsize!!!                        
    055660   * ofs_em = 1000 * (charwidth / fontsize_twip)                          
    055670   * WARNING: ...TJ moves current point to the LEFT of character          
    055680                                                                          
    055690   * set word spacing = 0                                                 
    055700     PERFORM PDF_APPEND_STREAM USING '0 Tw'. "#EC NOTEXT                  
    055710     IF CHARWIDTH < FONTINFO-DEF_SPACEWIDTH.                              
    055780   *   a positive value moves charpos to the LEFT!                        
    055790     ELSE.                                                                
    055800   *   OTF character spacing is wider than PostScript default             
    >       OFFSET_EM = 1000 * ( CHARWIDTH - FONTINFO-DEF_SPACEWIDTH )         
    055820                   / FONTINFO-FONTSIZE_TW.                                
    055830       PERFORM PDF_REM_LEAD_ZEROES_I USING 5 OFFSET_EM COORD.             
    055840   *   a negative value moves charpos to the RIGHT!                       
    needless to say this works perfectly when printing to paper. i am not using any non-stnadard fonts. the fonts are Arial with sizes of 6, 8, 10 and 12. any ideas? FYI, the code to call the functions is below. cheers,
    james
    Code: Select all
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language             = sy-langu
          i_application          = 'SAPDEFAULT'
        IMPORTING
          e_devtype              = dev_typ
        EXCEPTIONS
          no_language            = 1
          language_not_installed = 2
          no_devtype_found       = 3
          system_error           = 4
          OTHERS                 = 5.
      ctrl_params-no_dialog = 'X'.
      ctrl_params-getotf = 'X'.
      out_opt-tdnewid = 'X'.
      out_opt-xsfcmode = 'X'.
      out_opt-xsf = ' '.
      out_opt-xdfcmode = 'X'.
      out_opt-xdf = ' '.
      out_opt-tdprinter = dev_typ.
      CALL FUNCTION fm_name
        EXPORTING
          control_parameters         = ctrl_params
        IMPORTING
          job_output_info            = job_info
        TABLES
          i_outtab                   = i_output
          i_header                   = i_header
        EXCEPTIONS
          formatting_error           = 1
          internal_error             = 2
          send_error                 = 3
          user_canceled              = 4
          others                     = 5.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      p_otf[] = job_info-otfdata.
      CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize                 = l_bin_filesize
        TABLES
          otf                          = p_otf[]
          doctab_archive               = p_doctab[]
          lines                        = p_lines[]
        EXCEPTIONS
          err_conv_not_possible        = 1
          err_otf_mc_noendmarker       = 2
          others                       = 3.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • Divide by zero error encountered

    Dear All,
    When our customer process PO, they got an error like below:
    Divide by zero error encountered. Tax definition [ovcg]
    They also got Divide by zero error encountered. Outgoing payments  [ovpm]
    They can process their business but we need to know why and how to fix this error for them.
    Any idea? Thanks.
    Regards,
    Yuka

    Hi,
    You need to check the FMS defined on the row level of the document you want to add.
    Remove the FMS and you will not get the error message reported.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • This Query IS giving divide by zero error when executed in sql plus

    UPDATE grn G
    SET g.OPT_WA_FAIR_VAL_A = (SELECT
    ROUND(SUM(NVL(ga.OPT_FAIR_VAL_A, 0) * NVL(gvs.GRN_VEST_OPT_Q, 0)) / SUM(NVL(gvs.GRN_VEST_OPT_Q, 0)), 6)
    FROM
    GRANT_VESTING_SCHEDULE gvs,
    GRANT_ASSUMPTION ga
    WHERE
    gvs.ORG_GRP_I = ga.ORG_GRP_I AND
    gvs.grn_n = ga.grn_n AND
    ga.ORG_GRP_I = g.ORG_GRP_I AND
    ga.GRN_N = g.GRN_N AND
    NVL(ga.GRN_ASMPN_EFF_D, gvs.grn_vest_d) <= gvs.grn_vest_d AND
    NVL(ga.GRN_ASMPN_END_D, gvs.grn_vest_d) >= gvs.grn_vest_d
    WHERE G.ORG_GRP_I =5
    Any suggestions

    hi
    What should be result if divide by zero e.g
    SQL> SELECT * FROM emp;
        EMPNO ENAME        JOB             MGR HIREDATE        SAL      COMM    DEPTNO
         7901 SMITH        CLERK          7902 17-DEC-80         0         0        20
         7499 ALLEN        SALESMAN       7698 20-FEB-81      2100      1800        30
         7521 WARD         SALESMAN       7698 22-FEB-81      2300      2000        30
         7566 JONES        MANAGER        7839 02-APR-81      1000      3000        20
         7654 MARTIN       SALESMAN       7698 28-SEP-81      3200       700        30
         7698 BLAKE        MANAGER        7839 01-MAY-81      1000      3000        30
         7782 CLARK        MANAGER        7839 09-JUN-81      1000      3000        10
         7788 SCOTT        ANALYST        7566 19-APR-87      1000      1900        20
         7839 KING         PRESIDENT           17-NOV-81      1000      1700        10
         7844 TURNER       SALESMAN       7698 08-SEP-81      1800       700        30
         7876 ADAMS        CLERK          7788 23-MAY-87      1000      1300        20
         7900 JAMES        MANAGER        7698 03-DEC-81      1000      3000        30
         7902 FORD         ANALYST        7566 03-DEC-81      1000      2000        20
    13 rows selected.
    SQL> SELECT sal/DECODE(comm,0,1,comm) FROM emp;
    SAL/DECODE(COMM,0,1,COMM)
                            0
                    1.1666667
                         1.15
                    .33333333
                    4.5714286
                    .33333333
                    .33333333
                    .52631579
                    .58823529
                    2.5714286
                    .76923077
                    .33333333
                           .5
    13 rows selected.Khurram

  • I would like to be able to use in my formula zero divided by zero (which is zero).  I need this in order for my P

    I would like to expand briefly on my submitted question.  I developed a spread sheet to monitor profit and loss on stocks that I trade.  My P & L column currently displays the negative value of my purchase(s).  I created a formula that includes my exit price of the stock which is zero until I sell some shares.  I would like my P & L column to show a correct value and then of course total the column.  I was able to create a formula that is mathematically correct using a variable divided by itself to give me a correct display but Numbers wouldn't allow it because sometimes that variable is equal to zero until I sell some shares of the stock and then the sell price gets plugged in.  If that variable is any number besides zero then obviously the formula will be multiplying by one (1) and that will show me a correct value in my P & L column.  Any suggestions or ideas?  Please advise.  Thanks carjam.

    0 / 0 is not defined.  It is NOT equal to zero.  it is a special case which you should avoid.  If you have questions about the details of dividing by zero refer to here:
    http://en.wikipedia.org/wiki/Zero_divided_by_zero
    you may want to perform the divide only if the dividend is not zero or maks the error using the function iferror()
    something like:
    =iferror(A1/B1, 0)
    this will attempt to divide A1 by B1 and return the result.  if there is an error then the function will return zero

  • Divided by zero error

    All,
    I am having trouble with one of the reports in EBS.
    When I run the two underlying sql of the report in toad I get the data.
    But, when I ran the report from the application I was getting some oracle error.
    So, I ran the report directly from the reports builder to see what error I am getting.
    It turns out that I am getting divided by zero error.
    I am passing in the org id and gl dates an inputs the report.
    Please help me debug the report.

    Could you check if your report has any subquery that doesn't return any record when the parameters are submitted at run time.
    I had the issue in Crystal Reports where it threw a divide by 0 error.

Maybe you are looking for

  • Jabber for Windows 9.2.1 Contact Away status doesn't show duration

    .Jabber for Windows 9.2.1 Contact "Away" status doesn't show duration. I am wondereing if it is possible with Cisco Jabber client. Microsoft OCS client used to show.

  • Rental movie from iPad to appletv

    Keep getting message "your apple tv is not authorized to play this content" when I try to play a movie via AirPlay from my ipad2 to apple tv.   First time it happened said it was a problem with the movie - happening again right now on a newly downloa

  • Pls need your help!! ORA-01102: cannot mount database in EXCLUSIVE mode

    I really appreciate if you can help me. In the test environment Oracle 10g r2, I was trying to change some init.ora parameters and some flashback database parameters. Flashback required to start in mount exclusive, and the init parameters only start

  • JTextPane's cursor

    Probably a simple question. Is it possible to enable/disable the cursor/caret in a JTextPane? Sometimes I want to see the cursor, and sometimes I don't (for displaying purposes). With regards, Korque

  • Rapidinstall getting struck in Step 3 of 5

    Hi All When I try to install Oracle Applications 11.5.9 on Windows 2003 with Oracle as user, the Rapidinstall is getting struck in Step 3 of 5 while running the command adrundb.cmd. - g performing database charecterset conversion adsvdcnv.cmd There i