Inclusion of cxxabi.h and iostream causes compile failure

stephen@hal:/tmp$ cat test.cpp
#include <iostream>
#include <cxxabi.h>
int main()
  return 0;
stephen@hal:/tmp$ /home/stephen/solaris-studio/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/bin/CC -std=c++03 -Wp,-I/usr/include/x86_64-linux-gnu/ -c test.cpp
"/home/stephen/solaris-studio/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/cxxabi.h", line 131: Error: Only one of a set of overloaded functions can be extern "C".
1 Error(s) detected.
This happens on at least ubuntu and fedora.

> - don't include <cxxabi.h>, or
Actually the problematic behavior is more complicated than just a conflict betwen external cxxabi.h and internal definition.
There is no failure if you "just include" cxxabi.h.
Our internal definition agrees with what is defined in cxxabi.h
And compiler does emit error message if you include cxxabi.h after iostream.
Something fishy happens between exactly these two headers, causing cxxabi.h to define atexit differently.
It does not happen with other STL headers.
Say, including <string> and then cxxabi.h works ok.
> I needed another work around for including fcntl.h and string
I'm not sure how you came from "fcntl.h and string" to "cxxabi.h and iostream".
You also mention "stlport" in your cmake commit and I assume stlport is -library=stlport4.
Which means it has nothing to do with -std=c++03/-std=c++11/-compat=g modes that use G++ STL headers.
If you want to make your change only for sunCC -library=stlport4 then you can try hacking around with some additional #ifdefs
but I would really like to know why that rather innocent fcntl.h causes the problem.
regards,
  Fedor.

Similar Messages

  • [WORKAROUND] xxdiff (and xxdiff-hg) compile failures

    I'm getting failures when trying to build both xxdiff or xxdiff-hg (using yaourt as the frontend). Both have failed for the last few months when trying to compile resParser_yacc.cpp:
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_merged.o moc_merged.cpp
    /usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. markers.h -o moc_markers.cpp
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_markers.o moc_markers.cpp
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o resParser_yacc.o resParser_yacc.cpp
    resParser.y: In function ‘int resParserparse()’:
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:188:23: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setPreferredGeometry( geometry );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:199:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setMaximize( true );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:209:23: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setStyleKey( styleKey );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:223:26: note: in expansion of macro ‘RESOURCES’
    if ( !RESOURCES->setAccelerator( XxAccel($3), $5 ) ) {
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:235:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setColor(
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:243:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setColor(
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:256:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setBoolOpt( XxBoolOpt( $1 - XxResParser::BOOLKWD_BASE ), $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:281:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setCommand( XxCommand($3), $5 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:288:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setCommandSwitch( XxCommandSwitch($3), $5 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:295:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setInitSwitch( XxCommandSwitch($3), $5 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:302:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setFontApp( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:307:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setFontText( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:314:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setTag( XxTag($3), $5 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:321:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setShowOpt( XxShowOpt($3), $5 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:328:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setTabWidth( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:335:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setOverviewFileWidth( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:342:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setOverviewSepWidth( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:349:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setVerticalLinePos( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:356:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setClipboardHeadFormat( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:363:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setClipboardLineFormat( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:370:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setHordiffType( XxHordiff($3) );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:377:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setHordiffMax( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:384:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setHordiffContext( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:391:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setShowPaneMergedViewPercent( $3 );
    ^
    resParser.y:41:48: error: ‘resources’ was not declared in this scope
    #define RESOURCES ( static_cast<XxResources*>(resources) )
    ^
    resParser.y:398:20: note: in expansion of macro ‘RESOURCES’
    RESOURCES->setMergedFilename( $3 );
    ^
    make: *** [resParser_yacc.o] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build xxdiff.
    ==> Restart building xxdiff ? [y/N]
    Anyone else encountering this? My last successful build was xxdiff-hg 404-1 in April, but it is now failing for me for both packages on three different machines (all x86_64). My systems are all up-to-date. I've not found any comments about this in the forum, wiki, AUR page, or after some fair amount of googling, so I'm at a loss (and not familiar enough with C++ to make any headway). Any thoughts? Thanks.
    Last edited by mike_r (2013-08-26 19:46:37)

    Your first step should be to try without yaourt (or any other AUR helper). Those may be convenient but they are not recommended for troubleshooting. See if you can reproduce it with makepkg.
    EDIT: Post on the AUR page. xxdiff doesn't compile here either.
    Last edited by cfr (2013-08-26 02:14:00)

  • [svn:fx-trunk] 12077: Although Spark RichText does not support link formats , modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions .

    Revision: 12077
    Revision: 12077
    Author:   [email protected]
    Date:     2009-11-20 18:16:32 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Although Spark RichText does not support link formats, modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions.
    Removing references to Flex Builder 3 in RPC.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24305 - Link format property nodes cause errors on RichText in FXG 2.0
    SDK-24322 - A couple references to Flex Builder 3 in Flex 4 LangRef (and code comments)
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24305
        http://bugs.adobe.com/jira/browse/SDK-24322
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • RoboHelp  for Word 7 is not saving the rtf and won't compile .hlp

    I use RoboHelp for Word 7 to produce WinHelp files. It's been working fine for several months on this computer.
    Just in the past week, I had an issue with my Word 2007 when trying to open a .doc file. I got the message that the converter nswrd632.wpc wasn't found. After searching on the Microsoft forums, I edited the registry and registered that converter.
    But now (and this may be unconnected to the Word converter message) RH won't save the .docx or .rtf file. Whenever I click Save All, nothing happens. When I click Exit Project, the message comes up about needing to save the files, and I click Yes to All. Nothing happens except the message closing. No files are saved and RH does not exit. The only way I can exit RH is to click No, which of course means my changes aren't saved. I can't save the .docx file through the Word menu, either.
    I also cannot compile the file. Again, no error message, just doesn't compile.
    I have searched the forums for RH for Word, with the result that I've reinstalled RH, made sure the RH add-ins are enabled, and deleted all the .dot files. Nothing is working. I went to Peter Grainge's Snippet 112 and followed the directions there--no change.
    I have found that after making my edits in the Word document, if I manually save the RTF file by going to the Word Save As directory, the edits will be saved and RH will compile the .hlp file - one time.
    Any ideas?

    Hi, I have a nearly identical problem, except my project uses .doc files instead of .rtf files. I was able to solve the "cannot save" problem by following the information below. I still have not resolved the "cannot compile" problem.
    I'm using Windows XP, RH7 Build 100, Office 2007. My project was created using Office 2003 and I did not experience any of these issues until I recently upgraded to Office 2007.
    This fix was sent to me by my group's "tech" guy.
    A number of Adobe RoboHelp for Word 7 users have reported that they cannot save changes or generate an output. The cause has been isolated to the RHComAdd.DLL being disabled.
    Check for that in Word:
    For versions up to 2003 go to Help | About | Disabled Items. If RHComAdd.DLL appears, re-enable it.
    For Word 2007, go to the Office Button | Word Options | Add-ins. Under "Manage" select Disabled Items and click Go. If RHComAdd.DLL appears, highlight it and re-enable it. (THIS IS WHAT I DID)
    Alternatively, you can re-register the DLL. Go to Start | Run and type in the following line, assuming you have installed RoboHelp to the default location.
    regsvr32 "C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHELP\RHComAdd.dll"
    How does this DLL get disabled? The cause has been identified as a Word document being opened in Internet Explorer rather than in Word.
    This problem was fixed in Build 7.0.2.
    Hope this helps you. I'm still working on the compile error.
    -Shannon Mooney

  • A view, function and TO_DATE causing an error.

    I have the following statement which calls a view, VW_DIST_RPT_WORK_LIST which in turn calls a function which returns either 'Null' or a date string e.g. '07 Oct 2003' as a VARCHAR2 (alias PROJECTED_DELIVERY_DATE).
    Statement:
    SELECT CUSTOMER_NAME, PROTOCOL_REFERENCE, SHIPPING_REFERENCE, CUSTOMER_REFERENCE, COUNTRY, PROJECTED_DELIVERY_DATE, STATUS, NOTES,
    TO_DATE(PROJECTED_DELIVERY_DATE)
    FROM VW_DIST_RPT_WORK_LIST
    WHERE EXPECTED_DESP_DT IS NOT NULL
    AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%')
    AND EXPECTED_DESP_DT <= TO_DATE('07/10/2003', 'DD/MM/YYYY')
    AND TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') --< Problem here
    I need to be able to specify a date filter on the PROJECTED_DELIVERY_DATE field and hence used the TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') but this is generating an ORA-01858: a non-numeric character was found where a numeric character was expected.
    I think the problem lies with the fact that this field can contain 'Null' which cannot be converted to a date using TO_DATE. I've tried adding a NOT LIKE ('NULL%') statement to catch any nulls which may be creeping in bu this doesn't solve the problem.
    I've added TO_DATE(PROJECTED_DELIVERY_DATE) to the select above to determine if the nulls are being caught and if the TO_DATE in performing the conversion correctly which it is on both counts.
    Any ideas anyone ?

    The answer provided above by Monika will work for this situation. However, you should seriously think whether you should be using a string for date datatype. Ideally, you should rewrite the function that returns PROJECTED_DELIVERY_DATE and change the return type to DATE. The least you should do is to return NULL (instead of the string 'NULL') from the function. Oracle handles nulls perfectly, there is no reason you should write code to handle nulls;
    One more thing. Looking at the type of error you are receiving, it seems that you are using rule based optimizer. Why do I think so? Because, in rule based optimizer, the conditions are evaluated in a specific order (viz, bottoms-up for AND clauses). To show this, look at the following simple demonstration. I did this in Oracle 8.1.6 (also in 9.2.0.4.0 on Windows).
    -- Check the database version
    select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
    PL/SQL Release 8.1.6.1.0 - Production
    CORE 8.1.6.0.0 Production
    TNS for Solaris: Version 8.1.6.0.0 - Production
    NLSRTL Version 3.4.0.0.0 - Production
    -- Create the test table
    create table test (a number(2));
    insert into test(a) values (0);
    insert into test(a) values (1);
    insert into test(a) values (2);
    insert into test(a) values (3);
    insert into test(a) values (4);
    insert into test(a) values (5);
    insert into test(a) values (6);
    insert into test(a) values (7);
    commit;
    -- See that I have not analyzed the table. This will make use of RULE based optimizer
    select * from test
    where a > 0
    and 1/a < .25;
    and 1/a < .25
    ERROR at line 3:
    ORA-01476: divisor is equal to zero
    -- Look at the query clause. Even though I specifically asked for records where a is positive
    -- the evaluation path of rule based optimizer started at the bottom and as it evaluated the
    -- first row with a=0, and caused an error.
    -- Now look at the query below. I just re-arranged the conditions so that a > 0 is evaluated
    -- first. As a result, the row with a=0 is ignored and the query executes without any problem.
    select * from test
    where 1/a < .25
    and a > 0;
    A
    5
    6
    7
    -- Now I analyze the table to create statistics. This will make the query use the
    -- cost based optimizer (since optimizer goal is set to CHOOSE)
    analyze table test compute statistics;
    Table analyzed.
    -- Now I issue the erring query. See it executes without any problem. This indicates that
    -- the cost based optimizer was intelligent enough to evaluate the proper path instead of
    -- looking only at the syntax.
    select * from test
    where a > 0
    and 1/a < .25;
    A
    5
    6
    7
    Does the above example seem familiar to your case? Even though you had the AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%') in your query, a record with PROJECTED_DELIVERY_DATE = 'NULL' was evaluated first and that caused the error.
    Summary
    1. Use dates for dates and strings for strings
    2. Use cost based optimizer
    Thanks
    Suman

  • Unable to expand DG is Lync client - Cannot perform this action, and the cause is unknown.

    Hi,
    I have a user in our Hong Kong office that is unable to open a distribution group she has added to her Groups. She gets the error message "Cannot perform this action, and the cause is unknown. Contact your support team to investigate."
    I can add the group and expand it, so can some of her colleague, and some cannot. Her colleagues who can have the same client and global policy settings as she does. 
    I read in a similar thread that this could be resolved by confirming the server times on Lync, AD (domain controller checked and Exchange but they were all correct and in sync. 
    The global policy is set to 250 max contacts - but does a DL count as 1 contact, or does it count all the people within the DG? I am getting HK to confirm she does not have too many contacts but I dont think this is the issue. 
    Anyone else come across this issue?
    Phil

    You can run the command Test-CsGroupExpansion to test the ability of a user to employ group expansion.
    For the usage of the command, you can check
     http://technet.microsoft.com/en-us/library/gg399009.aspx
    Lisa Zheng
    TechNet Community Support

  • After downloading itunes 10.7 music videos and movies cause itunes to stop working and close

    After apparently successfully downloading latest itunes 10.7, I can play music only. Music videos and movies cause itunes to stop working and close. windows 7 home premium. Help!

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • Illustrator has not been responding for over a week, I can't open or force quit it. I've already uninstalled, reinstalled, and deleted the preferences folder, but the icon in my dock seems corrupt and is causing the program to not respond and I can't dele

    Illustrator has not been responding for over a week, I can't open or force quit it. I've already uninstalled, reinstalled, and deleted the preferences folder, but the icon in my dock seems corrupt and is causing the program to not respond and I can't delete it.

    Tamara,
    Did you reinstall using the full three step way (otherwise strange things may linger)?
    Uninstall (ticking the box to delete the preferences), run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Fonts Not Embedding Consistently with PDF Export - Inconsistent Fix and Unknown Cause

    I have had ongoing problems with PDF export from FrameMaker. Sometimes the correct fonts do not embed in the PDF and Times New Roman is substituted. The problem appears and disappears and is causing me a lot of lost time and frustration.
    I am running FrameMaker 9.0 fully patched on Windows 7 Ultimate 64-bit. I have seen people complain about this issue and am familiar with the suggested fixes. However, the exact cause and solution eludes me because the problem continues to recur and I am only able to recover with guesswork and workarounds.
    Initially I did the following:
    ACROBAT PDF SETTINGS
    - In the printer properties for Adobe PDF settings I turned off the option "Rely on system fonts only; do not use documents fonts."
    ACROBAT DISTILLER SETTING
    Under "Font" Settings I changed the following:
    - Under "Settings/Font Locations" I added the font folder for Technical Communication Suite 2.0 and made sure all the fonts existed there and in the Windows default font directory.
    - Under "Settings/Edit Adobe PDF Setting/Fonts" I changed the following options:
                - Selected "Embed all fonts"
                - Under "Embedding" chose "Always Embed" for the target fonts.
    I tweaked these settings for hours and got no results. Then I rebooted and the problem had magically disappeared. I fixed the issue in the same way on another machine and the results were permanent and I was just happy to finally have it fixed, But this time it didn't last.
    I should note that upon reboot, when I used the stock "PDF Job Options," the correct fonts still embedded, leading me to believe that the fix had nothing to do with the changes I made to Distiller settings.
    After reboot I generated PDFs with the correct fonts embedded. Then I shut down FM, but left the system running. The next morning I opened FM again and the same problem occurred.
    So I rebooted again -- and the problem disappeared again. I therefore thought maybe the issue fixes on reboot but recurs when you shut down FM and reopen. So I shut down FM again and reopened, but it is still working fine for the moment.
    I verified that the Adobe PDF settings under "Printers & Devices" that I turned off (Rely on system fonts only; do not use documents fonts) remained correctly unchecked through all these changes.
    I would really like to know why this happens so I can resolve it permanently and avoid more lost time.
    Thanks in advance,
    Douglas

    The common theme I'm seeing here is that the setting edits you make in
    Distiller through the FM "Save As PDF" option don't seem to take effect.
    Do you know if that is true or could you elaborate on the notorious nature
    of this method for me?
    >
    There are too many potential and transient problems to list. The only thing
    I can say is that I've been an active member of the FrameUsers listserv
    (http://lists.frameusers.com/mailman/listinfo/framers) since FM version 6.0,
    circa 2001, and probably 95% of the PDF problems reported there have been
    fixed simply by using print to Adobe PDF (or to Acrobat Distiller in older
    PDF versions), instead of using Save as PDF. Common advice there has always
    been to avoid Save as PDF and even some Adobe employees have recommended
    against using it. It doesn't matter which FM version.
    The once-busy FrameUsers listserve has been fading away, recently, as this
    new Adobe forum software allows reading via e-mail, and attachment of
    screenshots.  Even if you look around on this forum now, you'll probably
    find that there are two main fixes for issues with PDF. One is NOT using
    Save as PDF, which seems to fix a whole bunch of issues. The other is the
    use of a Windows hotfix to squash a Windows OS bug that causes dropped
    characters in PDFs.
    In the rare instances that someone has issues with printing to PDF, they are
    almost always related to errors in settings. Or occasionally someone can't
    embed fonts because they are trying to the embed the virtual fonts that come
    with their printer driver instead of fonts that have actually been installed
    on their computer. (The fonts are hard-wired on their printer, so the system
    can use them but not embed them.)

  • Safari and Chrome causing OS X 10.6.7 to crash frequently (daily) on certain websites

    I'm having problems with Safari and Chrome causing my MacBook Pro to crash almost daily when visiting some websites (e.g. ABCNews.com).  It is happening more frequently after recent upgrade to 10.6.7, but has happened frequently since i bought this laptop.  Not sure if it's an applet thing or not.  Here's my problem details and system configuration output from the problem report:
    Interval Since Last Panic Report:  411938 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    0E5C898A-B8EC-456E-AC10-7E68CF876088
    Tue Apr 26 17:12:27 2011
    panic(cpu 3 caller 0x2aab59): Kernel trap at 0x019db894, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x1cc23000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x0103fdfa, ECX: 0x1cc23000, EDX: 0x00000568
    CR2: 0x1cc23000, EBP: 0x01a4b838, ESI: 0x00007ff6, EDI: 0x1cc22530
    EFL: 0x00010287, EIP: 0x019db894, CS:  0x00000008, DS:  0x1cc20010
    Error code: 0x00000000
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x1a4b648 : 0x21b510 (0x5d9514 0x1a4b67c 0x223978 0x0)
    0x1a4b698 : 0x2aab59 (0x59aeec 0x19db894 0xe 0x59b0b6)
    0x1a4b778 : 0x2a09b8 (0x1a4b790 0x1a4b8ac 0x1a4b838 0x19db894)
    0x1a4b788 : 0x19db894 (0xe 0x48 0x10 0x19d0010)
    0x1a4b838 : 0x19d8873 (0x1cc2251c 0x7f46793a 0xe 0x70cc)
    0x1a4b8f8 : 0x19d476c (0x1a4b94c 0x1a4b950 0x1a4b954 0x1a4b944)
    0x1a4b978 : 0x31fde0 (0x0 0xde23404 0x2 0x1a4b9dc)
    0x1a4b9f8 : 0x3358c1 (0xde23404 0x2 0x7f467900 0xdaec680)
    0x1a4ba28 : 0x3530ff (0xde23404 0x2 0x7f467900 0xdaec680)
    0x1a4bbc8 : 0x359f00 (0x7f467900 0x1 0x0 0x1a4bc14)
    0x1a4bc48 : 0x35b843 (0x1 0x0 0x0 0x0)
    0x1a4bd68 : 0x35f5e5 (0x1c41d2b8 0x1 0x4b6ed4 0x2a358d)
    0x1a4bd88 : 0x4b7e74 (0x1c41d040 0x0 0x0 0x0)
    0x1a4be48 : 0x49f29d (0x1c41d040 0x0 0x1a4bec4 0x0)
    0x1a4be78 : 0x49d345 (0xda37f80 0x1a4bec4 0x0 0x1a4bf54)
    0x1a4bf18 : 0x49dac1 (0x1a4bf54 0xda37f80 0x13f77400 0x1)
    0x1a4bf78 : 0x4f6075 (0xf7da2a0 0xd658208 0xedfeb64 0x0)
    0x1a4bfc8 : 0x2a144d (0xd658204 0x0 0x10 0xf930fc4)
          Kernel Extensions in backtrace (with dependencies):
             com.cisco.nke.ipsec(2.0.1)@0x19d2000->0x1a40fff
    BSD process name corresponding to current thread: Safari
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro6,1 (Mac-F22589C8)
    System uptime in nanoseconds: 25547555689859
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass          2.6.5 (addr 0x1a79000, size 0x45056) - last unloaded 20964611105017
    loaded kexts:
    com.paragon-software.filesystems.ntfs          82
    com.Logitech.Control Center.HID Driver          3.3.0
    com.symantec.kext.SymAPComm          11.1.2f17
    com.cisco.nke.ipsec          2.0.1
    com.symantec.kext.ips          3.2f8
    com.symantec.kext.internetSecurity          1.3.2f5
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleMikeyDriver          1.9.9f12
    com.apple.driver.IOBluetoothSCOAudioDriver          2.4.0f1
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.kext.AppleSMCLMU          1.5.0d3
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.CHUDUtils          364
    com.apple.iokit.CHUDProf          366
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.GeForce          6.2.6
    com.apple.driver.AppleGraphicsControl          2.8.68
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.AppleIntelHDGraphics          6.2.6
    com.apple.driver.AppleIntelHDGraphicsFB          6.2.6
    com.apple.driver.AppleUSBTCButtons          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.iokit.AppleBCM5701Ethernet          2.3.9b6
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.IOBluetoothHIDDriver          2.4.0f1 - last loaded 20852316721650
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.AppleProfileFamily          41.4
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMultitouch          206.6
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro6,1, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.57f17
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Serial ATA Device: APPLE SSD TS128B, 113 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000

    I think a similar thing is happening to me on my 2011 MBAir running the latest updates on Yosemite (10.10.1).
    First noticed issues on Chrome with websites like FB, Google Docs, some Apple support pages, Gmail, and other random sites. Chrome would show me the "Aw snap" page. Then tried resolving in Chrome by uninstalling extensions and creating a new profile with no luck. Then when I tested it on Safari, similar websites were crashing, except Safari threw up an error log immediately that looks a lot like the one above. The copied and pasted message is at the end of this post.
    Then when I was editing a movie on iMovie, it started freezing up with no error messages or warning whenever I tried to edit a title manually.
    It seems like a hardware issue, so I rebooted the Mac holding down D (I think) in order to get the hardware checker. Did that, no issues. Also tried repairing permissions.
    If I'm seeing a pattern, I'd say that it was crashing on more complex websites like FB and Google Docs. Many other sites work fine, like this page I'm writing this post in, Google searches, etc.
    I'm absolutely stumped on this one. The next thing I try will be to reinstall OS X, but I won't be able to do that for a while because it takes about 12 hours on my internet connection...
    Any ideas??
    Process:               com.apple.WebKit.WebContent [459]
    Path:                  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:            com.apple.WebKit.WebContent
    Version:               10600 (10600.1.25)
    Build Info:            WebKit2-7600001025000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [445]
    User ID:               501
    Date/Time:             2014-11-19 12:57:05.477 -1000
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        2AF4D066-D406-789E-AF11-7910EE8B255B
    Time Awake Since Boot: 170 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x0000000113dbbbee
    VM Regions Near 0x113dbbbee:
        mapped file            0000000113ceb000-0000000113d92000 [  668K] r--/rwx SM=COW  /Library/Fonts/Tahoma.ttf
    --> mapped file            0000000113d92000-0000000113dc1000 [  188K] r--/rwx SM=COW  /Library/Fonts/Microsoft/Verdana.ttf
        JS JIT generated code  000059fbc2800000-000059fbc2801000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libFontParser.dylib           0x00007fff8a8eaf65 TnameTable::FindName(unsigned short, unsigned short, unsigned short, unsigned short) const + 81
    1   libFontParser.dylib           0x00007fff8a8eadea TnameTable::GetPostscriptName() const + 64
    2   libFontParser.dylib           0x00007fff8a8eaba3 TSFNTFont::GetPostscriptName() const + 35
    3   libFontParser.dylib           0x00007fff8a8eaa69 TArrayOfFontsWithUniquePostscriptNames::Append(TFont* const&) + 65
    4   libFontParser.dylib           0x00007fff8a8e8983 TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 3181
    5   libFontParser.dylib           0x00007fff8a8e7783 FPFontCreateFontsWithPath + 210
    6   libCGXType.A.dylib             0x00007fff85c25931 create_private_data_with_path + 19
    7   com.apple.CoreGraphics         0x00007fff8764be8f CGFontCreateFontsWithPath + 40
    8   com.apple.CoreGraphics         0x00007fff8764ba95 CGFontCreateFontsWithURL + 377
    9   com.apple.CoreText             0x00007fff897b5b8f CreateFontWithFontURL(__CFURL const*, bool) + 69
    10  com.apple.CoreText             0x00007fff897b5a9d TCGFontCache::CopyFont(__CFURL const*, bool) const + 85
    11  com.apple.CoreText             0x00007fff897b58d4 TBaseFont::CopyNativeFont() const + 86
    12  com.apple.CoreText             0x00007fff897b5844 TBaseFont::CopyGraphicsFont() const + 26
    13  com.apple.CoreText             0x00007fff897c9f1b CTFontCopyGraphicsFont + 97
    14  com.apple.WebCore             0x00007fff91cbd67e WebCore::FontPlatformData::FontPlatformData(NSFont*, float, bool, bool, bool, WebCore::FontOrientation, WebCore::FontWidthVariant) + 110
    15  com.apple.WebCore             0x00007fff91dbc412 WebCore::FontCache::createFontPlatformData(WebCore::FontDescription const&, ***::AtomicString const&) + 434

  • My imac screen display is unfocussed, odd coloured and blurred (caused by rogue cate walking over keyboard).  I have no idea what settings have changed or what to check.  Any ideas?!

    My imac screen display is unfocussed, odd coloured and blurred (caused by rogue cate walking over keyboard).  I have no idea what settings have changed or what to check.  Any ideas?!

    It could be a number of keyboard shortcuts, here's a few.
    If the screen is zoomed,  hold CNTL and scroll down with mouse or trackpad.
    If screen looks like a negative,  hold down CNTL OPT CMD and click 8.
    Let us know how what other symptoms are shown.
    Regards,
    Captfred

  • From which table  feed back partner and root cause partner

    hi,
    can any body tell me ,from which table  feed back partner and root cause partner
    can be find.
    i need to add this in datasource 0crm_sales_act_1.
    thanks in advance.
    regards,
    sridhar M

    It is always advsible to use function modules in CRM instead of making direct table access. Unlike R/3, CRM tables and buffering are quite complex.
    In your case, to read the values of maintained Sales Areas, use the function module <h5>CRMA_BUPA_GET_SALES_AREAS</h5>
    The function module takes the BP Guid (BUT000-PARTNER_GUID)
    However you can also find your information in tables<h5>
    CRMM_BUT_LNK0011 - BP Sales rule list
    CRMM_BUT_LNK0010 - BP Sales rule list
    CRMM_BUT_SET0010 - BP Sales rule set</h5>
    Hope this helps.
    Easwar Ram
    http://www.parxlns.com

  • VLD-10005:  The following path in this process flow is a loop and may cause

    Hi,
    [The following path in this process flow is a loop and may cause the process to loop infinitely..]
    The messages comes under following scenario
    S -> Map1 -> Error -> OR1
    Map1 -> Map2 -> Error -> OR1
    OR1 -> End_ERROR
    Map2 -> End_SUCCESS
    Any reasons?
    OWB 9.2.0.2
    The same works in another Process Flow.
    the intention is to let the Process Flow continue when there is no error, and branch to a common email when an error occurs (instead of creating separate email activities)
    - Jojo

    Thanks for that answer. Unfortunately, we donot have a very good inclination (read that as image) for OWB here. So we are still on 9.0.2. So will live with the bug, and ignore the warning.
    Message was edited by:
    Jojo

  • The default priority setting in Mail is set to "normal"  and is causing emails I send to be sent with red priority flag. How can I set default priority to low = no flag?

    The default priority setting in Mail is set to "normal"  and is causing emails I send to be sent with red priority flag.
    I have found the flags to reduce the priorty level manually to "low Priorty", but how can I set default priority to low = no flag?
    Thank you for advising,

    Try deleting the .plist.
    Quit the application.
    In Finder hold down the option/alt key while selecting the Go menu item. Select Library. Then go to Preferences/com.apple.mail.plist. Move the .plist to your desktop.
    Open the application and test. If it works okay, delete the plist from the desktop. 
    If the application is the same, return the .plist to where you got it from, overwriting the newer ones.
    If you want to make your user library permanently visible, run the below command in Applications/Terminal.
    chflags nohidden ~/Library/
    You will need to do that after any updates.

  • Firefox v15 and up cause my computer (MAC OSX 10.8.2) to freeze for about 30 seconds every 15-30 seconds and forces me to turn it off with the power button

    Firefox v15 and up cause my computer (MAC OSX 10.8.2) to freeze for about 30 seconds every 15-30 seconds and forces me to turn it off with the power button. It only causes this after I have opened Firefox, my computer runs fine before opening Firefox. I have uninstalled Firefox and cleared my personal settings. I have installed future updates (16 and 17) and have run into the same issue. I cannot pull any information on RAM or CPU usage because when it happens it makes my computer unusable. Unfortunately I need to use FF for work and can't. I have tried the different responses on the forums to reduce the amount of RAM and CPU usage with no change in performance.

    Duplicate of https://support.mozilla.org/en-US/questions/944207

Maybe you are looking for

  • Simple DMS

    Hi All,    I'm new in EP. I would like to create simple Document Management System. It will provide a repository for storing shared documents for authenticated users or group of users, creating files & folders depend of polices, allows administrators

  • CSA 5.1.0.88 security update?

    I could have sworn I read a recent Cisco PSIRT highlighting some CSA vulnerabilities and 5.1.0.88 was identified as the fixed version. However, I do not see that version available for download anywhere. My current CSA deployment is 5.1.0.74, although

  • Flex vslider value can't be snapped to 0

    If I set the vslider with range from -110 to 18 with stepSize set to 0.1, I can never set the slider value to 0. Is there a way to fix this problem? <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"       

  • Install fails - CC Photoshop.

    Adobe Application Manager repeatedly fails to install, so I can't install CC Photoshop. Turning off antivirus software doesn't help. What else to try?

  • Concurrent Employment - External Person ID

    Hi We have a requirement, where the (internally generated)external Person ID should be replaced with some other values. Is it possible to replace it? does any BAPI or functional modules exist! Regards Gui2007