When Arch meets Source-based

Hello there!
I've been an arch64 user for about half a year now and recently tried out Gentoo (Though I havent been really successful at custom kernels yet...).
Both distros are absolutely awesome, each it's pros and cons. Arch's BSD Style init + PKGBUILDs and simplicity, and Gentoos source-based and *complex*(in a negative way) customizability + USE flags
Are there currently any distros involving Arch's KISS and BSD style init, but with a source-based flavor? That would be my definition of the ultimate distribution.
I'll probably stay with Arch anyway but would still like to know
Thanks in advance! ~Sander
Last edited by Sander Hoksbergen (2009-01-06 21:40:18)

@catwell: AviSynth 3, sadly, is pretty much a dead project. I swear I will help work on it once I am useful in that area But for now, it's 100% unusable. As for USE flags, I disagree. They don't have to be complex (and they actually aren't too much). The problems arise I have found when you start setting USE flags because you _think_ you will use features in the future, or when you try to set all USE flags at the very beginning. Just roll with it, and set them when you need them. Although, more profiles containing average USE flags for different system use cases would not hurt at all.
@jcolinzheng: I agree on the configuration aspect completely. Gentoo should really have a structured, simple config system. Arch has demonstrated that you can do that without sacrificing power, I don't think source-based has to be necessarily too much more complex. As for LFS, it's real nice to learn with and just plain have fun with, but is hard to use as a main distro - mostly taking time to track upstream bugs, security flaws, patches needed, etc... it's ridiculous how much work distros do just for packaging (thanks Arch, btw ).
@alecmg: Agreed. OFFTOPIC{ Try comparing default KDE 4.1 to KDE 4.1 compiled with the 'kdehiddenvisibility' USE flag, and LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--as-needed". No, I'm not in ricer mode I've been experimenting with Funtoo long enough to know which flags are and aren't worth setting (e.g. CFLAGS="-O2 -march=native -pipe" is as good as it gets... more just fscks things up almost always). Startup times of KDE and some apps are boosted exponentially, assuming you had a fast PC to begin with. Some packages have problems with --as-needed, and to a lesser extent the dtags one, but they are getting fewer and fewer (and those two are the biggest helps). }
Last edited by Ranguvar (2009-01-07 16:04:11)

Similar Messages

  • Is it possible to use Arch like a source-based distro?

    I installed Gentoo on a spare box recently, and rather liked the idea of a source-based distribution. It's nice to think that the natively compiled code is optimized for my processor, even though even many Gentooists admit that the practical performance gains are minimal. However, Gentoo is less KISS-oriented and less bleeding edge than Arch, and I love Arch too much to switch anyway. I was wondering if one could recompile an entire Arch system using processor-specific optimizations like Gentoo, and maybe even have some equivalent of Gentoo USE flags? I can't manually recompile every package, and then do it again every time there's an upgrade - that would be too tedious. So, is there some automated method - to essentially use Arch like a source-based distribution? Can ABS help, or maybe a community-contributed tool? And finally, for a source-based and yet Arch-like distribution, what do you guys think of CRUX? Given that their documentation and community is much smaller than ours, is it very bothersome to install and maintain a desktop system using CRUX?

    Xyne wrote:
    Rebuild everything from source:
    bauerbill --build-all -S $(pacman -Qq)
    Build all available upgrade from source, including dependencies:
    bauerbill --build-all -Syu
    Install new package by building from source, including dependencies:
    bauerbill --build-all -S <pkgname>
    Bauerbill also provides an "AutoPatch" option that enables you automatically apply patches to PKGBUILDs and install files when building from source so you only have to edit a PKGBUILD once.
    *edit*
    Of course, you could simply enable "BuildAll" in the configuration file and skip the flag.
    @Xyne
    So bauerbill will build all the deps for packages from source too [dependency resolution] and build from source packages from groups [ex. xorg, gnome, kde, xfce4, etc]?? I'm having a hell of a time with pacbuilder as it's not as functional as I had hoped, so I am thinking of using bauerbill, if it does what I need or is actually functional as pacbuilder but more functional [deps, patching, etc] then i'll use it exclusively! Thanks for any help.
    Last edited by Chaniyth (2010-08-19 02:49:14)

  • Error While Activating BI Web service data source based on MDM XI.

    Dear experts,
    Need help with an error that i am getting for a BI data source based on XI MDM. An extra field was added in the data source as part of business requirement and it works fine in dev environment but when we transported the changes to Q environment it is always giving following error.
    The web-service based communication structure in the data source in QA is not getting updated with the new field in the target system.
    Any inputs or pointers would be appreciated.
    Thanks,
    Abhishek

    Many thanks for your help.  This solved the issue for our .NET code, however the leak is still present in the report designer.  I was also wondering if you could help further: because of the limits on the java memory process is there a way to ensure that a separate java process is started for each report that is loaded in my report viewers collection?  Essentially the desktop application that i have created uses a tab control to display each type report, so each tab goes through the following code when displaying a report and closing a tab:
    Is there a way to ensure that a different Java process is kicked off each time that I display a different report?  My current code in c# always uses the same Java process so the memory ramps up.  The code to load the report and then dispose of the report through closing the tab (and now the Java process) looks like this:
        private void LoadCrystalReport(string FullReportName)
          ReportDocument reportDoc = new ReportDocument();
          reportDoc.Load(FullReportName, OpenReportMethod.OpenReportByTempCopy);
          this.crystalReportViewer1.ReportSource = reportDoc;
        private void DisposeCrystalReportObject()
          if (crystalReportViewer1.ReportSource != null)
            ReportDocument report = (ReportDocument)crystalReportViewer1.ReportSource;
            foreach (Table table in report.Database.Tables)
              table.Dispose();
            report.Database.Dispose();
            report.Close();
            report.Dispose();
            GC.Collect();
    Thanks

  • Problem with R/3 Data Source based on Function module in SAP BI

    Hi,
    We have a data source based on functional module. When we load data from R/3 to BI we face the following error.
    " No end-confirmation arrived in the Warehouse from the source system."
    We are getting data but due to no end confirmation from the source system, the load become timed-out and status becomes "RED". When we change the status to be "GREEN" and proceed tha load further, load is fine.
    Please suggest us a suitable solution.
    Thanks in Advance,
    Geetha

    Hi Geetha Devi Ramalingam.
    I faced the same problem since yesterday. I just resolve the issue.
    So here is my solution :
    try this code :
        FETCH NEXT CURSOR s_cursor
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE e_t_data
                   PACKAGE SIZE s_s_if-maxsize.
        IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
    if you add your
    bold
    IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
    bold
    than the sy-subrc may be equal and than your CLOSE CURSOR s_cursor. will have no effect
    it work for me hope it will for u
    Hard luck!
    Salah
    Edited by: idrissi salaheddine on Jan 19, 2012 12:24 PM

  • Generic Data source based on Infoset

    Hi,
    I have a Generic data source based on Infoset. i need hostorical data from this data source, when i extract it is given me only current data. Infoset based on PNPCE logical database, in the Infoset query (ECC6) when i select "All" it gives all data, but when i extract with RSA3 with perticular personal number it just give me 1 record,
    Please help me to fix this problem.
    Thanks

    i think you mean to get data relevant to a date. have you setup the begda/enda as selection parameters in the generic datasource? that would be the only aside from a custom  program to first fetch the data and then send it to bi.
    with the dates, you can pull it with the relevant date range setup in the infopackage

  • Multiple data sources based on a parameter

    Hi there!
    Is it possible to get data from different data sources based on a parameter?
    For example, I have SQL query and parameter pFI that can be equal to 1 or 2.
    So if the pFI = 1 then I need to execute this query in DB1 otherwise I need to execute It in DB2.

    I do not think its possible to change the datasource on a data model dynamically. However you could create two seperate data models and two seperate layouts using a parameter to distguish between the two when you call the report.
    Richard

  • Lunar linux and sourced based distros in general

    Whilst looking for versions of linux that I haven't tried as of yet, I stumbled across Lunar.
    Distrowatch:
    Lunar is a source based Linux distribution with a unique package management system which builds each software package, or module, for the machine it is being installed on. Though it can take a while to do a complete Lunar installation it's worth it as it tends to be quite fast, once installed! In the beginning Lunar was a fork of Sorcerer GNU Linux (SGL). The fork occurred in late January to early February of 2002 and was originally made up of a small group of people who wanted to collaboratively develop and extend the Sorcerer technology. The original name for the project was Lunar-Penguin but the group decided to re-christen it Lunar Linux while the Lunar-Penguin name has become a sort of umbrella which the team could use if they decide to collaboratively develop something besides Lunar Linux.
    Has anyone tried this flavour yet? Might give it a whirl on a VM (compile times on a VM might be a deal breaker though!). Something which strikes me as odd is the fact the forums are closed.. link. I cant find any information as to why this is the case.
    Does the community think that sourced based distributions are better than pre-compiled versions? There dont seem to be that many sourced based about, but of those that are they seem to tout speed as a big plus.
    Gentoo "Extreme performance, configurability and a top-notch user and developer community are all hallmarks of the Gentoo experience".
    Lunar "locally compiling an optimized system tailored toward the users specific needs. This should result in a lean and optimized operating system for example both tout speed as being one of their major plus points".
    Is the linux world lazy, and just like the ease of .deb .rpm pacman etc? Because if sourced based is better, then surely there would be more sourced based distros about? So this leads me to think that either potential sourced based bonuses dont outweigh the time it takes to compile, or the linux world is just plain lazy (hardware issues aside as a reason not to used sourced based).

    ryuslash wrote:
    I've tried it a couple of times, but I've never gotten it to work, always with installing something some dependency couldn't be met because it couldn't be found on the server. Too bad too because I really thought it could be interesting...
    Oh well, now I've found arch
    Same experience here.
    I won't call Lunar a bad distro. It has some appeal for a small niche-within-a-niche. However, because of the small size of the project and community, the quality suffers.
    I've tried it in the past on the most generic hardware I had at the time and there were always installation issues which turned out to be showstoppers for me.
    There are so many distros, yet in my view, there are so few high-quality distros.
    Debian (big), Slackware (small), Arch (small), Fedora (big), and Centos (small) are all good, solid distros.
    I find once I venture outside of these solid systems, lack of quality and annoying bugs manifest themselves. And even though a project may look intriguing for its innovation or fresh approach, unexpected behavior is to be expected.
    YMMV

  • Arch from source

    Has anybody built Arch from source? Does anybody build packages from ABS (doesn't install it from official repo)?

    Does anybody build packages from ABS (doesn't install it from official repo)?
    I do that for some performance-critical packages like mplayer or for packages which aren't up to date yet, but from which i need the new features anyway(wine and the nvidia-drivers for instance). Actually building something source instead of binary is quite simplified by using yaourt(search the forums), since you only have type "yaourt -Sb package" to do it, although this is currently broken for community packages due to the repo migration from cvs to svn.
    I don't see much sense in doing that for all packages though, because the difference from i686 to your architecture should not be noticable in most cases, especially if you don't have a very new chipset. This in my opinion waste of time when compiling _everything_ was actually the main reason that made me leave gentoo for archlinux.
    Last edited by Asgaroth (2008-06-18 16:57:47)

  • Every time I launch a Source-based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but unfortunately I can't remember what I did in the meantime...

    Every time I launch a Source - based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but as I recall I've just installed Crossover... can anyone help me?
    The bug report from "Tactical intervention" follows:
    Process:         tacint_osx [3304]
    Path:            /Users/USER/Library/Application Support/Steam/*/tacint_osx
    Identifier:      tacint_osx
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  bash [3301]
    User ID:         501
    Date/Time:       2013-08-30 13:44:00.342 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          120536 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      A8FD5912-2699-8EB1-69E9-9CE46F77DF51
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*
    Thread 0 Crashed:: MainThrd  Dispatch queue: com.apple.main-thread
    0   engine.dylib                            0x09a3ee7f Sys_Error_Internal(bool, char const*, char*) + 383
    1   engine.dylib                            0x09a3eee3 Sys_Error(char const*, ...) + 35
    2   engine.dylib                            0x09e56a3d CEngineConsoleLoggingListener::Log(LoggingContext_t const*, char const*) + 749
    3   libtier0.dylib                          0x0003928b CLoggingSystem::LogDirect(int, LoggingSeverity_t, Color, char const*) + 235
    4   libtier0.dylib                          0x00038dfc Error + 236
    5   client.dylib                            0x1923f9d6 BaseModUI::TIMainMenuContainer::Resp_Login(fixapi2::eFixLoginResult, int, int) + 118
    6   launcher.dylib                          0x005413d9 fixapi2_impl::CFixClientAPI::CommonPacket_Login(fixapi2_impl::CFixClientSocket* , fixapi2_impl::CFixClientPacket*) + 521
    7   launcher.dylib                          0x00536a57 fixapi2_impl::CFixClientAPI::Do_ReadPacket(fixapi2::IFixPacket*) + 423
    8   launcher.dylib                          0x00539e31 fixapi2_impl::CFixClientAPI::Do_MainFrame() + 833
    9   client.dylib                            0x18d3819c IGameSystem::UpdateAllSystems(float) + 108
    10  client.dylib                            0x18e99bb2 CHLClient::HudUpdate(bool) + 130
    11  engine.dylib                            0x09bd98e6 ClientDLL_Update() + 54
    12  engine.dylib                            0x09d29e92 _Host_RunFrame(float) + 2722
    13  engine.dylib                            0x09d45819 CHostState::State_Run(float) + 281
    14  engine.dylib                            0x09d46400 CHostState::FrameUpdate(float) + 592
    15  engine.dylib                            0x09d464c5 HostState_Frame(float) + 37
    16  engine.dylib                            0x09e5c246 CEngine::Frame() + 710
    17  engine.dylib                            0x09e59556 CEngineAPI::MainLoop() + 214
    18  engine.dylib                            0x09e5973a CModAppSystemGroup::Main() + 234
    19  engine.dylib                            0x09ebf7b8 CAppSystemGroup::Run() + 88
    20  engine.dylib                            0x09e59ecd CEngineAPI::RunListenServer() + 125
    21  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    22  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    23  launcher.dylib                          0x00521a92 MainFunctionThread(void*) + 82
    24  launcher.dylib                          0x005220bc ValveCocoaMain + 140
    25  launcher.dylib                          0x0050f441 LauncherMain + 897
    26  tacint_osx                              0x00001d26 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   libdispatch.dylib                       0x96f13c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x96f137a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 4:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   steamclient.dylib                       0x060889c5 OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x060888bb OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x00709314 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x0070928c SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 17:: AQClient
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9472af79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9473095f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9473001a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9472fe8b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox          0x90096a81 GenericRunLoopThread::Entry(void*) + 209
    7   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   engine.dylib                            0x09db1029 CQueuedPacketSender::Run() + 121
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox          0x900a69c1 CAGuard::Wait() + 113
    4   com.apple.audio.toolbox.AudioToolbox          0x900a5619 AQConverterManager::AQConverterThread::Run() + 271
    5   com.apple.audio.toolbox.AudioToolbox          0x900a54a2 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 20:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x96c6eeba HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x96c6952e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x96c67bcd HALC_ProxyIOContext::IOWorkLoop() + 1287
    5   com.apple.audio.CoreAudio               0x96c67617 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x96c71b61 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x96c6753d HALB_IOThread::Entry(void*) + 71
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xdeadbeef  ebx: 0x09a3ed17  ecx: 0xbfffdb84  edx: 0x00002500
      edi: 0xaca3b174  esi: 0xbfffdbfc  ebp: 0xbfffe018  esp: 0xbfffdbd0
       ss: 0x00000023  efl: 0x00210282  eip: 0x09a3ee7f   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2
    Binary Images:
        0x1000 -     0x1fff +tacint_osx (???) <61864F59-8A71-C466-4887-AC7CCB0C9B9D> /Users/USER/Library/Application Support/Steam/*/tacint_osx
        0x4000 -    0x1dff3 +gameoverlayrenderer.dylib (1) <C6AD9D84-0A5D-3598-9C2D-81FF881D168A> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x34000 -    0x34ffb +steamloader.dylib (0) <04FED4D9-EA7B-3389-8885-307D47EC1AF1> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
       0x37000 -    0x58ff3 +libtier0.dylib (1) <BD2C9B41-54BD-8C53-640F-6351B707BA58> /Users/USER/Library/Application Support/Steam/*/libtier0.dylib
       0x73000 -    0xbaff7 +libvstdlib.dylib (1) <B56FA152-7E46-2B14-7485-C8C2AAFA642D> /Users/USER/Library/Application Support/Steam/*/libvstdlib.dylib
      0x274000 -   0x279ff7 +libsteam_api.dylib (1) <0F0B01B6-ECB2-3F57-8911-197F6ED26E75> /Users/USER/Library/Application Support/Steam/*/libsteam_api.dylib
      0x2e3000 -   0x2eafff +com.googlecode.google-breakpad (1.0) <52A4C312-E82C-3FD2-AD6B-71E07E934FA9> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
      0x500000 -   0x5b1ff7 +launcher.dylib (1) <64725D45-057F-E805-DA12-7063086B5E38> /Users/USER/Library/Application Support/Steam/*/launcher.dylib
      0x700000 -   0x714ff3 +libtier0_s.dylib (1) <AC4B93C4-802E-3E63-9E48-7280B9AC66EA> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
      0x732000 -   0x751ffb +libvstdlib_s.dylib (1) <94C6E88E-0EAB-379B-B79C-A506A2F4158A> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
      0x77a000 -   0x7a5ff7  com.apple.audio.OpenAL (1.6 - 1.6) <CDE1BC7D-871D-3BE7-A6DE-96F6806BB7E1> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
      0x7b5000 -   0x7c0fff +crashhandler.dylib (1) <4C339284-0393-32BE-9D3B-CE01C33C09EE> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
      0x7d7000 -   0x7e6fff +breakpadUtilities.dylib (1) <705ACFD7-8CF0-3AB6-9F66-AF306AF3286F> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
      0x7ef000 -   0x7f4fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14e1000 -  0x14eeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x2400000 -  0x24a8fff +filesystem_stdio.dylib (1) <35589B63-D93F-A355-B940-E450EB840B19> /Users/USER/Library/Application Support/Steam/*/filesystem_stdio.dylib
    0x253f000 -  0x256efe3 +inputsystem.dylib (1) <C99B6AFC-9FB8-1DE2-1E48-ADEB2F7DB867> /Users/USER/Library/Application Support/Steam/*/inputsystem.dylib
    0x27a8000 -  0x27abffd  com.apple.ForceFeedback (1.0.6 - 1.0.6) <0DF7BE00-63E3-3A7B-8427-32EB741FE6C9> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x27b0000 -  0x27e3fef +valve_avi.dylib (1) <E10D4C35-E92A-B1F3-0CCC-57E0E3E70EA2> /Users/USER/Library/Application Support/Steam/*/valve_avi.dylib
    0x3c00000 -  0x3e8cff7 +libsteam.dylib (1) <489E1F11-B16B-31AB-A7A8-7730CAE82AD7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x3f9b000 -  0x3fe2fe7 +soundemittersystem.dylib (1) <33779D9B-6F68-B82C-DEDE-91BE3528752F> /Users/USER/Library/Application Support/Steam/*/soundemittersystem.dylib
    0x5a25000 -  0x64caf8f +steamclient.dylib (1) <DCD12DE2-488E-3C76-B78C-FD1198871B17> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x6fbd000 -  0x6fc1fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x6fc8000 -  0x6fd2fff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x6fda000 -  0x6fe2ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x99f2000 -  0xa213ff7 +engine.dylib (1) <EEB845B5-80D0-9E9B-9851-9A28E28250A7> /Users/USER/Library/Application Support/Steam/*/engine.dylib
    0xad57000 -  0xaf36fef +vphysics.dylib (1) <2143AF98-C929-355A-DBDD-E09A49EFDA61> /Users/USER/Library/Application Support/Steam/*/vphysics.dylib
    0xafd8000 -  0xb134fef +materialsystem.dylib (1) <B2C7E2F4-335A-619A-2A6A-A09FF4D8A0E1> /Users/USER/Library/Application Support/Steam/*/materialsystem.dylib
    0xc1f7000 -  0xc27ffef +datacache.dylib (1) <FCA0D47C-5663-126D-5BC8-49B13A2F4353> /Users/USER/Library/Application Support/Steam/*/datacache.dylib
    0xc2b7000 -  0xc399fe7 +studiorender.dylib (1) <C41117CD-3778-7AE8-D233-E04340BD74AE> /Users/USER/Library/Application Support/Steam/*/studiorender.dylib
    0xc78f000 -  0xc870fff +vscript.dylib (1) <F4CEE888-6C8B-FF33-381A-8093DE544E34> /Users/USER/Library/Application Support/Steam/*/vscript.dylib
    0xc8ae000 -  0xcab5fe3 +vguimatsurface.dylib (1) <61705565-6993-CB41-2457-AFAAFB1A0047> /Users/USER/Library/Application Support/Steam/*/vguimatsurface.dylib
    0xcc1a000 -  0xcc79fff +vgui2.dylib (1) <BEC9DF22-3873-3559-5CDE-A217016CF834> /Users/USER/Library/Application Support/Steam/*/vgui2.dylib
    0xdc97000 -  0xddeafe7 +shaderapidx9.dylib (1) <CF7CC900-F51D-A8F5-CA15-9783302D2E58> /Users/USER/Library/Application Support/Steam/*/shaderapidx9.dylib
    0xde81000 -  0xdec1ff3 +localize.dylib (1) <50D65CFA-AB29-CD38-89C5-76CA025AED68> /Users/USER/Library/Application Support/Steam/*/localize.dylib
    0xded7000 -  0xe06bffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xe0a2000 -  0xe223fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xe255000 -  0xe6a2ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0xf3ff000 -  0xf42aff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10e00000 - 0x10e41ff7 +stdshader_dbg.dylib (1) <887F679E-D82F-3EDE-187E-B32B7612D91F> /Users/USER/Library/Application Support/Steam/*/stdshader_dbg.dylib
    0x11900000 - 0x119f8feb +stdshader_dx9.dylib (1) <FE0463BF-5F1E-DF57-3068-77DFDBCB9A5B> /Users/USER/Library/Application Support/Steam/*/stdshader_dx9.dylib
    0x17aa0000 - 0x17abfff7 +scenefilecache.dylib (1) <718E9E85-2938-9B68-06A4-2B02E12B121C> /Users/USER/Library/Application Support/Steam/*/scenefilecache.dylib
    0x18c22000 - 0x19a73ffb +client.dylib (1) <88EA4F01-3151-6E37-5D79-FDFFD84DEADF> /Users/USER/Library/Application Support/Steam/*/client.dylib
    0x1a5f5000 - 0x1b296fe7 +server.dylib (1) <B08CF5F2-E3DD-7638-BAEE-9376A50823F6> /Users/USER/Library/Application Support/Steam/*/server.dylib
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe18000 - 0x8fe4ae57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x9005eff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9005f000 - 0x90090fff  com.apple.DictionaryServices (1.2 - 184.4) <CCB46C81-57C6-3F45-B77C-4D29E4CD6BA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90091000 - 0x901eaffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901eb000 - 0x901f5fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x901f6000 - 0x90200fff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90a7f000 - 0x90a80fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x90a81000 - 0x90a85ffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a86000 - 0x90acdff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90ace000 - 0x90ad8fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90ad9000 - 0x90b55ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90b56000 - 0x90b56fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90b57000 - 0x90b57ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90b58000 - 0x90b5bfff  com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90b5c000 - 0x90b8fffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x90b90000 - 0x90bbcff7  libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
    0x90bbd000 - 0x90bdffff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x90be0000 - 0x90cdeff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90cdf000 - 0x90d04ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90d05000 - 0x90d17fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x90d18000 - 0x90d1ffff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x90d20000 - 0x90d20fff  com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90d21000 - 0x90f51fff  com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90f52000 - 0x90f54fff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90f55000 - 0x90fb9ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90fba000 - 0x90fbefff  com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90fbf000 - 0x9123bff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91294000 - 0x91368ff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91369000 - 0x91370ff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91371000 - 0x91377fff  com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x913be000 - 0x913d3fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x913d4000 - 0x914f0ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x914f3000 - 0x917b3ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x917b4000 - 0x917b4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x917b5000 - 0x917bcfff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x917bd000 - 0x917c0ff3  com.apple.AppleSystemInfo (2.0 - 2) <4DB3FD8F-655E-3F96-97BC-040B33044A34> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x917c1000 - 0x917f4fff  libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
    0x917f8000 - 0x91818ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x91819000 - 0x91c36fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x91c37000 - 0x91c4eff4  com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x91c4f000 - 0x91f54ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91f55000 - 0x921aeff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x921af000 - 0x921b7fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x921b8000 - 0x921ffff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x92200000 - 0x9222dffe  libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
    0x9222e000 - 0x922ceff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x922cf000 - 0x92367fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92368000 - 0x923d0ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x923d1000 - 0x923e1ff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x923e2000 - 0x923ebfff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x923f8000 - 0x92448ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92489000 - 0x92596ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x92597000 - 0x92598fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x925a0000 - 0x926d3ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x926d4000 - 0x926f3ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x926f4000 - 0x92721ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92722000 - 0x92724ffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x92725000 - 0x92882ffb  com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92883000 - 0x928f8ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92900000 - 0x92925ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92926000 - 0x92966fff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x92c54000 - 0x93050feb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9308e000 - 0x930a8ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x93de2000 - 0x94102ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94103000 - 0x94127fff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x941c2000 - 0x941cbff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94441000 - 0x944d3ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x944d4000 - 0x945c5ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x945c6000 - 0x945c7fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x945c8000 - 0x94663fff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94664000 - 0x94664fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94665000 - 0x94671ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94672000 - 0x946d8fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x946d9000 - 0x946e9ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x946ea000 - 0x946f8fff  libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
    0x946f9000 - 0x948e1ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x948e2000 - 0x94a1dff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94a1e000 - 0x94b16ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x94b17000 - 0x94b70fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94b9d000 - 0x94f55ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94f58000 - 0x94fafff7  com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94fb0000 - 0x95097ff7  libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
    0x95098000 - 0x95099fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x950a2000 - 0x950abfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95164000 - 0x9517bfff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9517c000 - 0x95230fff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95231000 - 0x95233ffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95239000 - 0x95450fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95451000 - 0x9546afff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x954c2000 - 0x95598fff  com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95599000 - 0x95648ff7  com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95649000 - 0x9565efff  com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9565f000 - 0x95694fff  libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95695000 - 0x95698ff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9569b000 - 0x9569bfff  com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9569d000 - 0x956c8ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x956c9000 - 0x95704fef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95705000 - 0x962c1ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x962d1000 - 0x963de057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x96501000 - 0x96501fff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96502000 - 0x9655cffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9655d000 - 0x9657bff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9657c000 - 0x9657cfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x9657d000 - 0x96695ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <D871D730-1D5C-34E7-98C7-0FF09964E618> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x96696000 - 0x96696fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x96697000 - 0x966f2ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9670d000 - 0x96713fff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96714000 - 0x96720ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x96721000 - 0x96730fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96731000 - 0x96735ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x96736000 - 0x96841ff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x96842000 - 0x9685ffff  libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
    0x96860000 - 0x968a5ff7  com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x968a6000 - 0x968b4ff3  libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
    0x96953000 - 0x969b5fff  libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
    0x969b6000 - 0x969c1fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x969c2000 - 0x969cbffd  com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x969cc000 - 0x969d8ff7  com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x969d9000 - 0x96a0fffb  com.apple.DebugSymbols (98 - 98) <D0293694-C381-30DF-8DD9-D1B04CD0E5F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96a10000 - 0x96abafff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96ac9000 - 0x96c52ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96c53000 - 0x96cb4fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb5000 - 0x96cc3fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96cc4000 - 0x96cfbffa  com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96d9e000 - 0x96e7ffff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x96e80000 - 0x96ec2ff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
    0x96f0f000 - 0x96f21ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x96f22000 - 0x96f22fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96f27000 - 0x96f81ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x96f82000 - 0x97076ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x970d2000 - 0x971cfff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x971d2000 - 0x97214fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x97215000 - 0x97216ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x97217000 - 0x97240fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9724d000 - 0x9730afeb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
    0x9730b000 - 0x97359ffb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97390000 - 0x973ffffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x97400000 - 0x9740cffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
    0x9740f000 - 0x97412ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x97413000 - 0x97417ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97479000 - 0x974bbffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x974bc000 - 0x97516fff  com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97517000 - 0x97665ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97666000 - 0x978d3ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x978d4000 - 0x978eafff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x978eb000 - 0x978f5fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x978f6000 - 0x97d38fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97d39000 - 0x97d46ff7  com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97d47000 - 0x97d47fff  libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
    0x97d48000 - 0x9812bfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98136000 - 0x98153ff7  libresolv.9.dylib (51) <B974

    Hi, never played them or had Steam, but it appears to be something about the Login as far as I can tell, but not sure of course.
    Hopefully my reply brings your query to the top again & we get more help here.

  • Table contained in a topic causes slow response when working with source

    I am using RoboHelp V8.0.2 (I have applied the two fixes available from the Adobe product site).
    Here is my issue:
    I am documenting a product that has over 1,500 metrics.
    I am trying to make a list of 1,077 metrics in one topic (all the metrics are of the same "type" so they are grouped together).
    The table presenting these metrics has two columns, a Field Name column and a Description column.
    There is not a lot of text within the table - most of the explanations and calculations are defined outside the table.
    When I have more than about 400 table rows, the response time working with the topic in source is just horrible.
    It took 3 minutes to open the topic in source, another 3 minutes to move the table over .425in from margin.
    When I try to close the project, it gets hung up.
    Has anyone else run into a problem working with tables within a topic?
    I had a similar response time issue with V8.0.0 in general when I first installed it.
    Once I installed the two fixes, that problem was (for the most part) eliminated.
    I think the second fix specifically addressed response time issues when working in source.
    I am going to try this on one of my other writer's machine to see if it is the age of my computer.
    My computer setup is:
    Dell Precision work station with an Intel Xeon 2.40GHZ processor and 2MB of RAM.
    I am using Windows XP Professional 5.1.26 Service Pack 3.0.
    I have a 110 GB hard drive with 18 GB available.
    As always - thanks for any insight or information.
    Michael F Weart

    Hi Michael.
    Interestingly the maximum number of rows you can use when you create a table via the Table > Insert > Table menu item is 100. That said, I've just created a 500 row table and whilst it is slower than a smaller table it is OK. I am also using RH 8.0.2 but on a higher spec PC.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Need Info on RDA-enabled data source based on FM

    Hi,
    I need Info on RDA-enabled data source based on Function Module.
    How to implement it?
    Thanks & Regards,
    Rashmi.

    Hi Rashmi
    Check this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/777e403566c65de10000000a155106/frameset.htm
    [under tab Tranferring Transaction Data from Source Systems (RDA)]
    http://help.sap.com/saphelp_nw70/helpdata/EN/3f/548c9ec754ee4d90188a4f108e0121/frameset.htm
    Regards
    Jagadish

  • ORA-06502 when searching region source

    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    Earl

    >
    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.
    You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    EarlAnyone have any ideas about the above? I'm getting this error when searching region source code, here:
    Home>Application Builder>Application nnn>Application Reports>Page Components>Search Region Source
    Any help would be appreciated. Thanks.
    Earl

  • Wrong date format when creating a universe based on a MS Analysis cube

    Hi,
    When creating a universe based on a MS Analysis 2008 cube the date objects from the cube are created in the universe with CHAR format when it should be DATE format
    I have tried to resolve the issue by modifying the date object in the universe with MDX but with little success.
    I wonder if it is an error in the cube and that it actually should be possible to get the correct date format from the cube when creating the universe automatically in the universe design tool.
    The date object is organised in a hierarchy.
    Any ideas? - both to resolve the issue by using MDX in the universe object properties or in the cube.
    The universe design tool is version 4.0 SP2 patch 5
    /Kim

    Oh I knew I was missing something. Ok version 2.
    I think in general this approach would work. I assumed you are starting from 1 and resetting to 1.
    There should be error handling and so forth that is not here. Probably some details need to be tweaked.
    So the key thing here AFAIK is to put the sequence reset in an autonomous procedure. Exactly how to do that may need to be modified.
    PS this version has a bug. After the reset needs to change the increment of the sequence back to 1.
    and I left that out. oops!
    /* testtrigger */
    /* previously:
    create table mytable (
    myprimary_key number(10) primary key,
    column1 number(2)
    create sequence mysequence
    start with 1
    increment by 1
    maxvalue 99
    nocache;
    create table mylastdate (lastdate date);
    insert into mylastdate(lastdate) values (trunc(sysdate));
    create or replace procedure reset_mysequence (in_correction number) is
    pragma autonomous_transaction;
    begin
    execute immediate 'alter sequence mysequence INCREMENT BY ' || in_correction || ' MINVALUE 1';
    update mylastdate set lastdate = trunc(sysdate);
    commit;
    end;
    show errors;
    create or replace trigger mytrigger
    before insert on mytable for each row
    declare
    tmpdate number(8) := null;
    lastdate_used number(8) := null;
    correction number := null;
    lastseq number(2) := null;
    begin
    if INSERTING then
    tmpdate := to_number(to_char(sysdate,'YYYYMMDD'));
    select to_number(to_char(lastdate,'YYYYMMDD')) into lastdate_used
    from mylastdate;
    select mysequence.currval into lastseq from dual;
    /* when this displays in the forum it shows lt gt as nothing on the screen
    so this should be lastdate not equal to tmpdate */
    if lastdate_used <> tmpdate and lastseq > 1 then
    correction := -(lastseq - 1);
    reset_mysequence(correction);
    end if;
    :new.myprimary_key := (tmpdate * 100) + mysequence.nextval;
    end if;
    end;
    show errors;
    Edited by: lake on Nov 30, 2010 10:39 AM
    Edited by: lake on Nov 30, 2010 10:52 AM

  • How to insmod modules when Arch startups.

    Hello everyone , I'm new in Arch, can you help me?
    I want to know how to insmod modules when Arch startups.

    Foucault wrote:
    I believe this wiki entry is what you need
    https://wiki.archlinux.org/index.php/Sy … ad_at_boot
    Touch a new file under /etc/modules-load.d/ (it must end with .conf) and add your modules there.
    Thank you for answer , i will read it seriously

  • Sourcing Based on Company Code

    Hi All,
    Is there a way to configure sourcing based on company codes? We want carts to go into sourcing based on specific company codes.
    Through configuration, you can seggregate carts based on product category, but we want on the basis of company codes!
    Have already tried DOC_CHANGE & SRC_DETERMINE BADIs, they don't help.
    Regards,
    Snehal

    Hi Disha,
    Thank you for the reply.
    But I am not quite very clear with the option you have suggested.
    Do you mean carts for company codes where sourcing should be skipped, shouldn't be displayed in the purchasur's worklist ? Then how will they be converted to PO ?
    I couldn't see any parameter in BADI BBP_WF_LIST which will convert the carts of specific company codes to PO.
    Or some other BADI should be implement for this ?
    Regards,
    Snehal

Maybe you are looking for