Pro-C has problems when limits.h is included

I know an (the?) answer, but to be sure:
What do you get when you run 'proc' on a file that includes
<limits.h>? The answer is only interesting if proc-parameter
PARSE is one of FULL or PARTIAL, but not NONE.
null

Michael Hasenstein (guest) wrote:
: Pinwu Xu (guest) wrote:
: : INTERNAL ERROR: Failed assertion [PGE Code=90105]
: : make: *** [lim_err.o] Segmentation fault (core dumped)
: I found two bugs.
: bug 1: When Pro-C finds a precompiler-directive it doesn't
know,
: it complains. So far so good. The bug is that the error message
: is different depending on if the unknown directive is in the
: top-level file proc was originally called for or in one of the
: included files. In the latter case the error message is a
: meaningless and wrong "Failed assertion", where the real
error
: would be something like "Encountered the symbol
: "here's-the-offending-symbol" when expecting one of the
: following:...".
: bug 2: There's an '#include_next <..>' in limits.h. Pro-C
doesn't
: know #include_next. I was told that directive is relatively new
: but standard, and Pro-C shouldn't complain, but there's more:
the
: #include_next in limts.h is protected by #if...#endif, but Pro-
C
: parses it anyway, which is okay, how else would it find #else
or
: #endif, but it should not comlain about unknown commands in a
: section it has to ignore anyway. YOu can also test with #if
: 0...#endif and an unknown #bla in between that Pro-C complains
: about the #bla. gcc's precompiler cpp on the other hand will
: ignore the #bla, because it doesn't have to deal with it anyway
: because of the '#if 0'.
: Both bugs together lead to the error message "failed assertion"
: when <limits.h> is included (there are some more glibc-.h files
: that use #include_next)
We experience the same problem whit mathcalls.h
proc coredumps with PGE Code=90105
null

Similar Messages

  • How can I reinstall Abode Acrobat Pro? Had problems when first downloaded and had to uninstall.

    How can I reinstall Abode Acrobat Pro? Had problems when first downloaded and had to uninstall.

    You can refer to :
    Acrobat Learn & Support
    Installing, uninstalling Acrobat X | Mac OS
    Adobe Acrobat X Pro * Activation and registration
    http://www.adobe.com/content/dam/Adobe/en/accessibility/products/acrobat/pdfs/acrobat-xi-p ro-accessibility-best-practice…
    They are useful resources.
    Regards
    Rajshree

  • Satellite Pro A120 audio problem when played through amplifier

    I've been experiencing some problems when attempting to playback music through an amplifier, using a lead from the headphone socket on my laptop connected to the amp's auxillary input: when the laptop is connected, the amp produces static, and a high-pitched hum. Weirdly, this only happens when the laptop is connected to the mains. I don't think it's a fault with my amp, as the laptop, when connected to the mains, also causes interference with the LCD screen I use with it. Is there anyway to resolve this problem? Could it be a fault with the laptop itself, or the power cable?

    Hi there,
    The possible reasons for that issue can be:
    - your machine and the amp has differrent ground potentials and/or voltage is inductioned in a mass loop
    - over the screening of the audiocable is flowing a compensation voltage betwenn the amp and the notebook
    - a low DC-voltage were generated on the resistance of the screening which causes the buzzing
    The point is that you have to ground or separate the currents of the amp and the notebook.
    Its logical: your power outlet is causing a interference so if you connnect both to to it, you have the interference.
    Check if some machines are connected to your power outlet which are needing heavily current (e.g. fan heater or what i know what) and disconnect them to see if the interference is going away.
    If not, I suggest you to try that which was suggested in your last post.
    Greets

  • Application has problems when migrated from 10g to 11g

    Hi there,
    I am hoping someone can shed some light on a problem I have in moving an application from Oracle 10g to Oracle 11g. The app works fine on 10g (uses Apache webserver with PL/SQL module, and APEX 3.1.2.00.2), but on 11g using the embedded web server and APEX 3.2.0.00.27, it doesnt. Most of the app works fine, but there are a couple of pages that provide the ability to add child rows to a parent/child relationship, where the parameter passing mechanism from one page to the next appears to suffer from some sort of corruption. I have traced this using the "session" and "debug" buttons on the developer interface, which show that the values of the parameters get changed inexplicably, when branching from one page to the next - even when the page is actually branching to itself.
    I am using the "Set these items, "With these values" fields in the branch, and have verified that the correct values are being associated with the correct items in the application builder. But while this does work correctly under 10g, with 11g, the wrong values end up being passed. Just prior to the branch the set of parameters have the correct values, but immediately after the branch, one of the values is NULL, another has the value of a different item, and a third has a totally random value - I have no idea were it comes from!
    I migrated the application from 10g to 11g using the APEX application developer's Export/Import options. There have been no other changes. Should this have worked? If so, any ideas what might have gone wrong?
    Thanks,
    Sid.

    Well, I managed to solve this, but not in a way that makes much sense.
    In desperation (I had tried almost everything else!) I changed the value of "Cached" in the page settings from "No" to "Yes", and ran the app, but the page didnt render correctly (in either Firefox or IE7) - in fact all that displayed was the developers toolbar at the bottom of the page. I changed the value of "Cached" back to "Y", ran the app again, and hey presto - everything worked fine! I actually did this a second time with a fresh import of the app from 10g, just to be sure I wasnt seeing things. I wasnt!
    There was just one further issue - everything worked fine apart from this section of code in a page process:-
    ELSIF (:p9_filter_type = 5) THEN
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    :p9_entity_types := 'GENE';
    END IF;
    In 11g the value of :p9_entity_types was not being set to 'GENE' when :p9_filter_type was 5. This was (and still is) working in 10g. I changed the code as follows:-
    ELSIF (:p9_filter_type = 5) THEN
    :p9_entity_types := 'GENE';
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    END IF;
    ... and now it works fine in 11g as well.
    Only wish I knew why!

  • Quicktime Pro audio synchronization problem when recording

    My hardware is an Intel Based Macbook Pro with the latest Quicktime Pro S/W.
    I have just upgraded to Quicktime Pro and I am trying to record video from a DV source (Canon camera acting in AV in/DV out mode). The problem I am experiencing is that the video and audio are out of sync by around 1 second, th sound seems to be in advance of the video.
    Are there any setting which will affect this?
    Has anyone been able to solve a similar problem?

    I don't know what causes the problem, but I can give you a way to solve it:
    Open your DV file with latest version 3.0 of SimpleMovieX and open the tools panel, go to Audio, and resynchronize it.
    The do save, either as mov or reexport as dv format, depending on your workflow.
    Website to download:
    http://www.aeroquartet.com/
    Note: I'm the developer of this app.
    Regards, BJ

  • MacBook Pro (r) noise problem when using headphones with 90%+ charge?

    I've tried using other headphones on the MacBook and they work just fine; but I've also used the Denons on other devices and they too work perfectly fine. The problem is that the headphones output has too much bass, if that makes sense. It's the same as when you play a very very loud noise on a tiny speaker. I've tried playing on the settings but nothing works! I bought the laptop 2 weeks ago and the problem persisted even then but I didn't think of it as a big problem until now. I'm 100% sure the problem only exists when the charge is 90% or higher because I saw the charge drop to 89% and *poof*! it goes back to normal! This is really very annoying!

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • Sharpener Pro 3 has problems in Aperture as the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Have removed all duplicate fonts and tried using a new user account. Any ideas?

    I am experiencing problems with Sharpener Pro 3 as an Aperture 3 plug-in. These are:  the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Following discussions with Nik Software I have removed all duplicate fonts and tried using a new user account. Neither of the courses of action worked. Have other users experienced these difficulties? Can you suggest an alternative remedy?

    I am experiencing problems with Sharpener Pro 3 as an Aperture 3 plug-in. These are:  the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Following discussions with Nik Software I have removed all duplicate fonts and tried using a new user account. Neither of the courses of action worked. Have other users experienced these difficulties? Can you suggest an alternative remedy?

  • Firefox 4 Beta has problem when printing shipping pages from Amazon Marketplace, it shows and prints strange symbols instead of the packing slip and the label. Do you have any idea why is that?

    Well, I installed it 2 days ago and yesterday when I tried to print a packing slip and a label for Amazon customers it printed so many strange symbols that were nothing like what they are supposed to be, not even close. When I printed it with another browser it was all fine, so it is obviously a problem of the new version of my favorite browser. Probably something with the encoding, but since I'm not a computer geek, I cannot give more info. :(

    '''If you go the the menu and click "Print Preview" then it will show normally, and will print correctly from there. You must do it this way the first time you try to print though, if you try to print (using the print command) and it is messed up, then it shows it messed up in the preview. It's not a cure, but works for now until this bug is fixed.'''

  • McAfee Siteadvison 3.1 warns that FF 3.6.8 has problems when downloading directly from Mozilla

    FF 3.6.7 popped up a download msg telling me that 3.6.8 was avaliable to correct problems. The update seemed to go as expected, but when I opened the new version and went directly to Mozilla to download a copy of the program from there, McAfee's Siteadvisor 3.1 popped up a warning that the download contained suspicious content.
    == This happened ==
    Just once or twice
    == I downloaded FF 3.6.8 directly from the Mozilla web site

    Mary,
    See McAfee about an update for that extension.
    John,
    Probably a false positive, due to McAfee not being ready for the Firefox update. If they took the time to keep up with impending Firefox updates, they could avoid inconveniencing their customers.

  • My iPhone 4s has problem when I FaceTime

    My front camera turns into a black screen and sometimes it blinks when I FaceTime with my friends. Is this a hardware or software problem? Will apple replace a new phone or repair it for me? Thank you

    I've the same problem
    This is my second 4s!!!

  • HP Officejet Pro 8600 Plus: Problems when printing

    I am getting streaks on paper when printing.  How can I resolve this?

    Print a Quality Diagnostics Report
    Follow these steps to print a Print Quality Diagnostics Report from the product control panel.
    Load plain white paper into the input tray.
    On the product control panel, touch the Right Arrow ( ) to display additional options.
    Touch Setup ( ). The Setup Menu displays.
    Touch the Down Arrow ( ), and then touch Reports .
    Touch Print Quality Report . The Print Quality Diagnostics Report prints.
    Figure 24: Example of a Print Quality Diagnostics Report
    Then use the Clean Printhead option in the Setup Menu:
    Load plain white paper into the tray.
    On the product control panel, touch the Right Arrow ( ) to display additional options.
    Touch Setup ( ), and then touch Tools . The Tools Menu displays.
    Touch Clean Printhead . There are three cleaning stages. A test page (different from the Print Quality Diagnostics page) prints between each cleaning stage. Do not use this test page for analysis. Click “NO” when prompted to continue the next level of cleaning.
    Print another Print Quality Diagnostics Report to determine if the issue is resolved.
    Print again and check if everything is now fine.
    * Click on KUDOS star to say thanks       
    * Click on the button Accepted Solution if the question is answered.   

  • Problem when using inlineFrame to include external web page.

    I built a ADF web application which include some external web pages.
    I use the ADF components: panelTabbed + showDetailItem + inlineFrame.
    Each tab is point to a external web page. see my code belows:
    <af:panelTabbed id="pt1">
    <af:showDetailItem text="showDetailItem 1" id="sdi1"
    disclosureListener="#{myBackingBean.disclosureListener}">
    <af:inlineFrame source="http://www.baidu.com" id="ilf1" shortDesc="4444444444"/>
    </af:showDetailItem>
    <af:showDetailItem text="showDetailItem 2" id="sdi2">
    <af:inlineFrame id="if1" source="query_refresh_by_poll_2.jsf"/>
    </af:showDetailItem>
    <af:showDetailItem text="showDetailItem 3" id="sdi3">
    <af:inputText label="Label 1" id="it1"/>
    </af:showDetailItem>
    <af:showDetailItem text="showDetailItem 3" id="sdi4">
    <af:inlineFrame id="if2" source="untitled2.jsf"/>
    </af:showDetailItem>
    </af:panelTabbed>
    It almost done except one thing: When I switched the tab back and forth, the input parameter in the previous tab will be lost.
    It seems af:inlineFrame always reload the page and clear every input by user !
    How to preserve the user input when switched the tab back and forth?
    Thanks.

    Hi Frank, thanks for you reply.
    Let me explain my case again to make sure you know what I want to do.
    because I do think it is a usual requirment, I want you give me a clear answer about it.
    In my ADF web App, I have 3 pages: main.jsf,untitled1.jsf,untitled2.jsf
    main.jsf content:
    <af:form id="f1">
    <af:panelTabbed id="pt1">
    <af:showDetailItem text="showDetailItem 1" id="sdi1">
    <af:inlineFrame id="if1" source="untitled1.jsf"/>
    </af:showDetailItem>
    <af:showDetailItem text="showDetailItem 2" id="sdi2">
    <af:inlineFrame id="if2" source="untitled2.jsf"/>
    </af:showDetailItem>
    </af:panelTabbed>
    </af:form>
    untitled1.jsf content:
    <af:inputText label="Label 1" id="it1"/>
    untitled2.jsf content:
    <af:inputText label="Label 1" id="it1"/>
    Run main.jsf, in tab1, fill someting in the inputText, then click tab2, then click tab1 back, the input text that I just entered was cleared.
    I want to keep the user input when switch between the tabs.
    Is it possible in ADF?

  • My imac has problem with HP Photosmart 210a.

    Hello
    I have an I MAc with lion. And i Buyed an HP Photosmart 210a but the software on the CD id not completly with lion only with snow leopard.
    Since this time i put the CD in the MAc my mac has Problems When i Startet Itunes he is running slowly and made e e e e e e e e.
    The Software updater on mac show me every time the same Printer Software Update is For Update Ready, But every time he say it is finisched update but when i make a new search for updates he show me the same update is avaible for install.
    When i Close down the mac and start new is the same problem.
    You know the problem?
    regreads
    Markus

    I've got the same problem on my MacBook Pro with Snow Leopard and Gutenprint 5.2.5 when printing on the 7150 - it prints about 10% (and skewed at that) and spits out the page. This occurs when printing from any app.
    I am only able to print in draft mode which is not suitable for anything I need to do.
    I realize this printer is no longer officially supported, but any help would be appreciated!
    Thanks,
    Mike.

  • Telstra Palm Treo Pro & Whereis Navigator problem

    Hi, hoping this might save some time for other Telstra users subscribing to Whereis Navigator to take advantage of the GPS capability of the Palm Treo Pro. 
    The problem: when trying to open Whereis Navigator there was intermittant account (you subscribe to Telstra for this service) authorisation problems. The error message was along the lines (can't recall verbatim), "can't verify account authorisation, please try again later".The solution: On treo, open internet explorer, go to wap.telstra.comthen to 'my account', then 'Locational preferences', then 'my location settings', then tick 'allow me to be located' and 'allow a GPS location'. After this was done, no more problems.
    Post relates to: Treo Pro (Telstra)
    Message Edited by englundm on 10-22-2008 03:27 AM

    Further update on above posts from problems during WhereisNavigator critical updates.
    This from garmin/Telstra;
    "Please have the customer try the following:  ·        
    Open Internet Explorer on their device.·        
    Go to settings and clear the browser cache (not having the device in front of me at the moment, I can’t give more specific directions)·         Re-start Whereis Navigator and click View Details·        
    Click the download link If this still fails, a secondary solution is to have the customer enter the following URL directly in to their browser:  http://offboardnav.whereis.com  This will take them to the same download site, but will remove the extra step of opening the application.  "
    Once I cleared the browser cache, the critical update install from the 'view details' prompt of the update within WhereisNavigator worked fine. Note on this occasion it didn't work (as it has with previous critical update istall problems) to navigate to the URL  http://offboardnav.whereis.com  and install directly.

  • Premiere Pro Trial has expired

    Why do I get the message "Premiere Pro Trial has expired" when I try to open my Creative Cloud software? Paying for software and not beeing able to work on it is a very bad deal.

    Please click the License This Software button and that should fix the issue. You may need to sign in again with your Adobe ID.

Maybe you are looking for

  • Dear sir how to connect i phone 4 to pc

    dear sir how to connect i phone 4 to pc

  • Laptop to TV-Satellite L355D-S7815

    Sorry to be so far behind everyone, but it I just bought a new TV and it has a VGA imput. I think I can connect my laptop to the TV using this, but how do I get sound? Can anyone help? Thanks. Solved! Go to Solution.

  • Which L&F to use?

    Hello, I wanted to know which Look and Feel is good in any platform. I am currently using this L&F ( System L&F). I dont find it much effective in Windows.                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); Can any on

  • IpodService Modular has encountered a problem...

    When i connect my 60GB Ipod into my IBM Thinkpad/Windows, I get the following message- "ipodService Modular has encountered a problem and needs to close." I have followed all of the instructions listed under 'ipod not being recognized by itunes' and

  • Weird sound coming from above F1-F3 keys - locks computer up

    I just got my MacBook Pro back from Apple and they did not fix the problem below (although, they fixed a number of small things, thankfully, like the bad speakers, crash from sleep, flaking keyboard paint, etc.). I am taking it back in today and need