LabVIEW Crash Reporter (drawmgr.c​pp)

Hi,
I am developing an application in LabVIEW, in order to receive data via ethernet and store them in databases at the same time be able to see chart.
The application on the front panel has three updated graphics at the sametime.
After some time of the application be running an error window appears.
I've done "Send" with the mail and still got no response.
I've searched in this forum about this error and has removed the acceleration ofgraphics and changed the front panel indicators for the result but not classic.
Someone can indicate what may be causing this?
I put the attached bug report generated and a printscreen of the error window.
I'm using LabVIEW2011 and Windows XP.
Greetings
Diogo
Attachments:
lvlog.txt ‏3 KB
error_labview2011.JPG ‏38 KB

Hi,
Did you try to update the value of 1Hz in order to see if accelerate the frequency cause the error sooner?
I have not explained well.
I get the data wirelessly to a frequency of 1 Hz.
In the application I have several "cases" in which depending on the conditions or not perform certain functions. 
If there is no data, no performs "case" and therefore the application does nothing, if you receive several conditions are analyzed.
Do you have any warning in your code?
Not simply the application closes and displays the window that I put in the initial post
You can try to remove 2 graphics in order to keeping only one and see if the error occurs. If not, it will mean that it's related to the update of your 3 graphics at the same time.
In recent days I have made ​​several tests to try to understand what might be causingthis error.
I just started to:
(test 1) the application only receive the data via wireless - this test worked well until the next day without error;
(test 2) the application receive the data via wireless and make analysis of data received in order to know if data is ok - this test worked well until the next day without error;
(test 3) the application receive the data via wireless and make analysis of data received and if data is ok, store the data in the database - I have gotten errors on this test;
It seems that only when I'm using the database is that I have errors in the application.
In your opinion is possible that the problem is the use of the database?
Note: Now I do not use graphics in "front panel", just have a textbox to see the data that I am receiving.
Greetings
DiMaViMa

Similar Messages

  • LabVIEW Crash Reporter

    Hi,
    I've installed LabVIEW 2011 on my computer, and everytime I go to open the software the Crash Reporter pops up and tells me there is an unexpected error.  (I attached a print screen of the error message.)  I'm working with an Itronix "toughbook" that has a Windows XP OS.  I've had various issues with the software as a whole, and I've uninstalled/installed it about 8 times.  I have all the proper device drivers installed, so I'm not sure what the issue is.  I also attached the 'lvlog' text file from the Crash Reporter.
    Your comments and assitance are appreciated.
    Attachments:
    lvlog.txt ‏1 KB
    LVerror.jpg ‏56 KB

    Ok.  That's what I did the first time and it didn't mention 32-bit or 64-bit.  I thought there might be another location to find it, so apparently its neither.  I attached the print screen.  Do I need to upgrade my OS to Windows 7 for it to be compatible with LabVIEW 2011? 
    Per your questions, the company that I work for has a server based license for National Instruments products.  We have an internal software request website that automatically delivers the executable to your computer.  I used that method a few times and after I had uninstalled it for the fifth time I decided to download it directly from ni.com. I still got the same result after installing/uninstalling everything twice. Finally, I contacted my company's NI liaison and he pointed me to some LabVIEW installation files on our server, and that's the version I have on there now. 
    That same version of LabVIEW is also installed on my personal work computer and it operates fine.  I installed it the exact same way on the toughbook as I did with my other work computer. (I attached a print screen of my personal computer's properties for your reference.)
    Deleting the "Labview.ini" did not resolve the issue. 
    Attachments:
    cpu_toughbook.JPG ‏50 KB
    cpu_personal.JPG ‏154 KB

  • How to Disable Crash Report

    I have a program (executable) created under LabVIEW 2011 SP1.
    Every time the program is stopped and closed, a LabVIEW Crash-report is created.
    Nothing is wrong in the program, and when restarted everything works fine.
    The Crash-report doesn't tell much, NI say it could indicate that something is wrong on the computer with some other software, for example the anti-virus program.
    All this crash-report does is frustrating the customer using the software.
    I have asked NI how to turn off the Crash-report functionality, but has not received any answer after a week.
    Does anybody know how to do this ?       
    (Running the source code does not generate any errors or crash reports.)
    Martin

    Norbert_B wrote:
    Martin,
    errors like this can have different sources. One source might be an invalid entry for the <exe>.ini file.
    So please remove this file (backup) and start the exe. It will recreate a default ini file.
    If the error dialog still occurs, you might want to try the following keys in the ini-file:
    NIERShowNonFatalDialogOnExit=False
    NIERNonFatalAutoSend=false
    Please note that it is recommended to dig in for the real source of the error dialog and address it. The above is only a workaround which should remove the dialog.
    hope this helps,
    Norbert
    I agree.  It's like treating a broken leg with painkillers - with the exception that a borken leg will porbably heal eventually.  Obviously there IS something wrong, or an error report wouldn't be generated.  It just doesn't appear to be critical - yet.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Quit LabVIEW function generates crash report in executable

    Hello,
    I am using the Quit labVIEW to close down an application when the VI is built into executable. If stop LabVIEW is used the application just stops and leaves the window open. When the Quit LabVIEW function is used in an executable the application closes down completely.
    In the current app I am developing (Windows 7 - LV2014SP1) I have isolated the Quit LabVIEW function as the source of the Crash Report I am receiving after I exit the application. I inpsected the crash report and there was mention of a thread that did not have appropriate access. So I ran the same executable with Adminstrator privledge and the error went away. It appears the application I am developing does not have sufficient privledge to close itself down and this is generating the Crash Report. 
    I have used the Quit LabVIEW function for many applications in the past without issue. I have not confirmed yet whether the problem is specfic to the current application I am developing or to LV2014SP!. 
    thanks for any help with resolving this issue,
    - Troy
    Solved!
    Go to Solution.

    TroyR wrote:
    Wasn't there previously some issue with using Invoke Node in executables?
    Not that I am aware of.  But here is my trick for shutting down an application.  I put the FrontPanel Close method inside of a Conditional Diagram Disable.  The invoke node only goes into the RunTime Engine == True case.  This way, the front panel is not closed if you are in the development environment.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • LabVIEW crash when saving from LV2012 to LV2011 with express VI and reopen in LV2012

    Hi all,
    Preconditions:
    Save the "Meas Angular Position-Buffered-Cont-Sync AI Sample Clk.vi" for a previous version of LabVIEW, in this case from LV2012 to LV2011
    Reopen the LV2011 VI in LV2012 according to the steps below.
    Steps to get it to crash:
    Unzip Crash.zip
    Open the "Meas Angular Position-Buffered-Cont-Sync AI Sample Clk.vi" and from there double-click (open) the "PulsedDerivative.vi" and from there double click the "Derivative dX/dt" express VI.
    LabVIEW crashes!!
    Alternatively when LabVIEW does not crash:
    Unzip Crash.zip
    Open "PulsedDerivative.vi"
    Inside the VI double click the "Derivative dX/dt" express VI.
    LabVIEW does not crash?
    Some compiler bug?
    Br,
    /Roger
    Solved!
    Go to Solution.
    Attachments:
    445b4df5-fd64-49a2-8302-f8ddf06af2d3.zip ‏62 KB
    Crash.zip ‏166 KB

    Hi Roger,
    Thank you for reporting this. I have filed CAR 390673 to our developers.
    Regards,
    Jeff Peacock 
    Product Support Engineer | LabVIEW R&D | National Instruments 

  • Labview crashes when trying to use bar graph

    Hi all; I am trying to make a 3D Bar or 3D Pie chart but LabVIEW crashes and shut down. When I try to pick up 3D Bar graph from controls to the front panel, LabVIEW shuts down without giving any error. I was using LabVIEW 2011 and now using LabVIEW 2012 evaluation version but the problem is same on both versions. I am using windows XP. 
    Any suggestions? 

    There has been reports about crashes like this in the past. There is already a CAR filed on this with LV 2009 which seems still to be "unaddressed". It is listed in e.g. the LV 2010 known issues.
    Since the source of the crash is a result of an incompatibility between OS, graphic driver (device) and OpenGL, i doubt that there is much NI as company can do about it.
    So i ask you to follow the suggested updates/test and see if the crash persists.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • LabVIEW Crashes when Opening Project

    Hey Guys,
    I'm running into an interesting issue where LabVIEW crashes when opening a project. This is the second time I've run into this issue, on the same project. To get around it the first time I simply deleted and re-made my project, but since it's happened again, I need to figure out how to debug it. The symptom is that LabVIEW will crash when opening the project (sometimes I can see the "vi loading" screen) without any indication that crash has occured. It doesn't even launch the error reporter, the process just dies. Anyone know how I can go about debugging this?
    Solved!
    Go to Solution.

    xkenneth86,
    What version of LabVIEW? Have you ever had previous versions of LabVIEW on your computer? Can you attach a screenshot of the crash?
    David H.
    National Instruments

  • Help my safari doesnt open and gives me a crash report

    help my safari doesn't open and gives me a crash report ever since i downloaded a file from the internet. I have a macbook air (early 2014) with running os x yosemite version 10.10.1

    There is no need to download anything to solve this problem.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Firefox will no open at all it just bounces on the dock a few times and does nothing. Also the crash reporter crashes.

    when the crash reporter crashes im given this message.
    We're Sorry
    The application had a problem and crashed.
    Unfortunately the crash reporter is unable to submit a report for this crash.
    Details: The application passed an invalid argument.
    There is no crash id.
    when I try to open fire fox i do not get any messages or anything it just doesnt open.

    Try the procedures in the [[Firefox will not start]] article.

  • Firefox crashed, now won't start, crash reporter message every time

    Greetings,
    I was using firefox as usual and all of the sudden it crashes and it's now gone and everytime I try to start up a new browser the same crash reporter message comes on:
    "Firefox had a problem and crashed. We'll try to restore your tabs and windows when it restarts."
    I've restarted, created a new profile..nothing works. Cannot access safe mode. Cannot access anything. In fact, when I try to access older bookmarks which I backed up and saved on a flashdrive and want to view them, the same error pops up with the crash report. I'd like to know if my bookmarks (old and recent) can still be accessed and backed up and that I can solve this problem and use firefox again soon.
    Below is the report contents I just copied and pasted
    AdapterDeviceID: 2a42
    AdapterVendorID: 8086
    Add-ons: {BBDA0591-3099-440a-AA10-41764D9DB4DB}:3.1,{2D3F3651-74B9-4795-BDEC-6DA2F431CB62}:2011.7.1.3,{972ce4c6-7e08-4474-a285-3208198ce6fd}:6.0.2
    AvailableVirtualMemory: 4128313344
    BuildID: 20110811165603
    CrashTime: 1316491109
    EMCheckCompatibility: true
    Email: [email protected]
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1313684313
    Notes: AdapterVendorID: 8086, AdapterDeviceID: 2a42, AdapterDriverVersion: 8.15.10.1872
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 38
    StartupTime: 1316491109
    SystemMemoryUsePercentage: 75
    Theme: classic/1.0
    Throttleable: 1
    TotalVirtualMemory: 4294836224
    URL:
    Vendor: Mozilla
    Version: 6.0
    Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 1 :
    MSAFD Tcpip [UDP/IP] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [RAW/IP] : 2 : 3 :
    MSAFD Tcpip [TCP/IPv6] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [UDP/IPv6] : 2 : 2 :
    MSAFD Tcpip [RAW/IPv6] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
    RSVP TCPv6 Service Provider : 2 : 1 :
    RSVP TCP Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    RSVP UDPv6 Service Provider : 2 : 2 :
    RSVP UDP Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD RfComm [Bluetooth] : 2 : 1 :
    This report also contains technical information about the state of the application when it crashed.
    Please Help!
    Sincerely,
    Matt

    More details:
    The regular/non-extended Hardware Test returned no problems, despite taking hours for what was supposed to be a 3-5 minute test. I haven't dared run the extended.
    I also tried removing third-party RAM and using the original configuration, then just the third-party and no Apple, etc.. It's not the RAM, as the problem is exactly the same.
    I'm going to call up Apple support when I can, but just looking for other things I can check or possibly do until then, or just insight on what the problem could be.
    Is it most likely the graphics card? Could it be an issue with the core hardware?

  • Any Mozilla product I install crashes at startup. The first window I see when I open a Mozilla product is the crash reporter. I have tried every possible solution but cannot open anything. It started with firefox. Can anyone please help?

    Hi there, as the question says, I cannot open any Mozilla product. I have tried to install firefox 3.6, older versions of Firefox, Firefox 4.0, Sea Monkey, Thunder Bird and Sun Bird. I have the same problem everytime. I open any of these programs and the first and the only window that appears is the crash reporter. I've tried opening it in Safe Mode and the same occurs. I have tried entirely uninstalling the products incuding the registry keys but no help. I shall post the detailed error reports, if they help solving this issue. Can you kindly look into this and find a solution as I use all of these Mozilla products and my life has been a hell since they've ben down.
    Seamonkey Error Report:
    Add-ons: [email protected]:2.0.4,{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}:0.9.85,{f13b157f-b174-47e7-a34d-4815ddfdfeb8}:0.9.87.4,[email protected]:1.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:1.0
    BuildID: 20101123124820
    CrashTime: 1296412292
    InstallTime: 1296412283
    ProductName: SeaMonkey
    StartupTime: 1296412291
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 2.0.11
    This report also contains technical information about the state of the application when it crashed.
    Sunbird Error Report:
    Add-ons: [email protected]:1.2009p,{e2fda1a4-762b-4020-b5ad-a41df1933103}:1.0b1,{972ce4c6-7e08-4474-a285-3208198ce6fd}:2.0
    BuildID: 20091211101839
    CrashTime: 1296413028
    InstallTime: 1296411446
    ProductName: Sunbird
    SecondsSinceLastCrash: 1578
    StartupTime: 1296413025
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 1.0b1
    This report also contains technical information about the state of the application when it crashed.

    Did you find a solution?
    Same problem over here as well, FF 7 is ok but FF8 / FF9 and Thunderbird 8 / 9 crash on startup.
    They both work if I start them in safe mode with everything enabled.

  • Updated to latest version and now always crashing. Won't open now and won't send the crash report. What do I do?

    This is what the crash report has under details:
    AdapterDeviceID: 0x0416
    AdapterDriverVersion: 10.18.10.3412
    AdapterSubsysID: 1977103c
    AdapterVendorID: 0x8086
    Add-ons: %7BF53C93F1-07D5-430c-86D4-C9531B27DFAF%7D:1.0.0.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:36.0,%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D:2.6.7,gmailnoads%40mywebber.com:4.28
    AvailablePageFile: 4624433152
    AvailablePhysicalMemory: 3425042432
    AvailableVirtualMemory: 3744272384
    BIOS_Manufacturer: Insyde
    BlockedDllList:
    BreakpadReserveAddress: 51707904
    BreakpadReserveSize: 67108864
    BuildID: 20150222232811
    CrashTime: 1425183947
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1425002300
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x0416, AdapterSubsysID: 1977103c, AdapterDriverVersion: 10.18.10.3412
    D2D? D2D1.1? D2D1.1+ D2D+ DWrite? DWrite+ D3D11 Layers? D3D11 Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 6105
    ShutdownProgress: quit-application
    StartupTime: 1425183782
    SystemMemoryUsePercentage: 46
    Theme: classic/1.0
    Throttleable: 1
    TotalPageFile: 8098750464
    TotalPhysicalMemory: 6353920000
    TotalVirtualMemory: 4294836224
    URL:
    User32BeforeBlocklist: 1
    Vendor: Mozilla
    Version: 36.0
    Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [UDP/IP] : 2 : 2 :
    MSAFD Tcpip [RAW/IP] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [TCP/IPv6] : 2 : 1 :
    MSAFD Tcpip [UDP/IPv6] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [RAW/IPv6] : 2 : 3 :
    RSVP TCPv6 Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    RSVP TCP Service Provider : 2 : 1 :
    RSVP UDPv6 Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    RSVP UDP Service Provider : 2 : 2 :
    useragent_locale: en-US
    This report also contains technical information about the state of the application when it crashed.

    I haven't yet tried the safe mode but I can.
    I did the Windows update in the earlier reply and there were some updates. Those were installed and the computer restarted.
    I have had Flash player crashes for some time. In my Plug-in Add-ons, I have two versions of Flash player, the newest one and an older 15 one. I have the older one set to never activate. The problem is the new one also keeps going disabled.
    When I have tried to just update the Flash Player, I am never able to exit Firefox. I try closing the tabs and going to the Exit icon. It will keep telling me Firefox is not closed and it can't continue.
    I tried to Uninstall the flash player in that program, and it is the same thing. It will not uninstall with Firefox open and nothing I try will allow it.
    It is interesting that I tried to import my bookmarks to IE since this problem and it doesn't even recognize there being a Firefox browser.
    Please tell me step-by-step how to do the two other suggestions in the earlier reply. These are regarding the Flash player.
    Firefox is still crashing.
    Thanks,
    Karen

  • I can't open FF, mozilla crasher reporter always pops in

    after installing windows update for 2 hours FF won't open..
    Add-ons: {3f963a5b-e555-4543-90e2-c3908898db71}:8.5.0.429,{0545b830-f0aa-4d7e-8820-50a4629a56fe}:4.6.1,{671c8440-f787-11dc-95ff-0800200c9a66}:2.0.2,[email protected]:1.9.6.4,{CAFEEFAC-0016-0000-0018-ABCDEFFEDCBA}:6.0.18,{20a82645-c095-46ed-80e3-08825760534b}:1.1,{AE93811A-5C9A-4d34-8462-F7B864FC4696}:3.63,{97c7d43c-4182-49b8-9b04-b78fed89d7fb}:1.2.3,seostatus@rubyweb:1.5.7,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.8
    BuildID: 20100722155716
    CrashTime: 1280999715
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1280983986
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 891
    StartupTime: 1280999668
    Theme: classic/1.0
    Throttleable: 1
    URL: about:blank
    Vendor: Mozilla
    Version: 3.6.8
    This report also contains technical information about the state of the application when it crashed.

    That detail information isn't helpful unfortunately.
    Can you get the crash report(s) and paste them here? See https://support.mozilla.com/en-US/kb/Mozilla+Crash+Reporter#Viewing_reports_outside_of_Firefox
    Also see if Firefox will start up in [[Safe Mode]] or a new profile. See [[Managing profiles]]

  • I just updated my RAM and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.

    I just updated my RAM (replaced the two 2 gig cards with two Corsair 8 gig cards) and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times with Photoshop and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.
    Here is the crash report:
    Interval Since Last Panic Report:  5426204 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    2DD57DDB-BB42-5614-395A-CA6225BDAFD9
    Wed Mar 20 11:36:53 2013
    panic(cpu 0 caller 0xffffff801aa43d8e): "a freed zone element has been modified in zone: maps"@/SourceCache/xnu/xnu-2050.18.24/osfmk/kern/zalloc.c:219
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81eb0eb950 : 0xffffff801aa1d626
    0xffffff81eb0eb9c0 : 0xffffff801aa43d8e
    0xffffff81eb0eba00 : 0xffffff801aa435d2
    0xffffff81eb0ebae0 : 0xffffff801aa663f7
    0xffffff81eb0ebb20 : 0xffffff801aa67398
    0xffffff81eb0ebc70 : 0xffffff801aa6887c
    0xffffff81eb0ebd20 : 0xffffff801ad5b8fe
    0xffffff81eb0ebf50 : 0xffffff801ade182a
    0xffffff81eb0ebfb0 : 0xffffff801aaced33
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000001a800000
    Kernel text base: 0xffffff801aa00000
    System model name: iMac11,2 (Mac-F2238AC8)
    System uptime in nanoseconds: 1070542822
    last loaded kext at 707348380: com.apple.driver.AppleIRController    320.15 (addr 0xffffff7f9c53e000, size 28672)
    loaded kexts:
    at.obdev.nke.LittleSnitch    3908
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBCardReader    3.1.0
    com.apple.driver.AppleFileSystemDriver    3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.iokit.SCSITaskUserClient    3.5.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.2.2
    com.apple.driver.AppleUSBHub    5.2.5
    com.apple.driver.AppleFWOHCI    4.9.6
    com.apple.driver.AirPort.Atheros40    600.70.23
    com.apple.driver.AppleUSBEHCI    5.4.0
    com.apple.driver.AppleAHCIPort    2.4.1
    com.apple.iokit.AppleBCM5701Ethernet    3.2.5b3
    com.apple.driver.AppleUSBUHCI    5.2.5
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleACPIButtons    1.6
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.6
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    196.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2
    com.apple.driver.AppleIntelCPUPowerManagement    196.0.0
    com.apple.iokit.IOUSBHIDDriver    5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.1
    com.apple.iokit.IOUSBMassStorageClass    3.5.0
    com.apple.driver.AppleUSBMergeNub    5.2.5
    com.apple.driver.AppleUSBComposite    5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOUSBUserClient    5.2.5
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    500.15
    com.apple.iokit.IOAHCIFamily    2.2.1
    com.apple.iokit.IOEthernetAVBController    1.0.2b1
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.iokit.IOUSBFamily    5.4.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.8.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    344
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.21
    com.apple.driver.AppleACPIPlatform    1.6
    com.apple.iokit.IOPCIFamily    2.7.2
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 16 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 0 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3

    There have been a few reports on here where Corsair RAM seems to have caused users a lot of grief with crashes.
    The recommendation on here, mostly, is to only buy RAM from macsales.com or crucial.com as they guarantee their modules will work and offer a no quibble lifetime guarantee.
    I'd put the original RAM back in, return the Corsair chips for a refund and re-order from one of those two companies.
    http://eshop.macsales.com/shop/apple/memory/iMac
    http://www.crucial.com/

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for