Here's a wierd one for ya' (JNI - JVM Maladies!)

I'm at my wit's end, sorry for the abstract manner in which I'm going to describe this, I don't have time to write a novel about the intricacies of what the C code described herein does and I'm sure you won't have time to read it.
I'm using JNI to wrap some C that's about a billion lines deep and at the very core of our product (it would take ten years to replace with an army of engineers).
In the back end, we start a process that allows other processes to connect to its shared memory block (it was designed to be connected to by other C executables). I've wrapped the C client that connects to the server process in JNI. To find the hooks the connecting process uses, it (the C client) reads environment variables that list the locations of files and the address at which the shared memory starts. The connecting process also grabs a semaphore created by the server process.
Okay, that said, the problem I'm having is less complicated. My JNI wrapper works perfectly every time I invoke it from the command line. The JVM comes up, loads the shared library, the C code talks to the already running process and does the work it needs to. THIS NEVER, EVER FAILS! However, when I take the very same java code and put it in a servlet, the C code I'm calling via JNI cannot find the hooks it needs (the error I'm getting has something to do with a semop()). The JNI side is working fine, I don't have a loadLibrary or class locator problem here. For some reason however, the webserver's JVM is hiding shared resources from the native code it is calling.
My question is, what is the @#$!&%#!!! difference between the two JAVA processes calling the same code? Why doesn't a servlet running in Tomcat have access to the already running process when the command line process that does have access and Tomcat have been invoked from the same environment?
I've got some theories about the webserver process having different access permissions or it's use of threads (the command line process that always works is single threaded) and child process spawning, but I don't know enough about the inner workings of the JVM to know where I should look. How do these types of permissions propagate? If the webserver process spawns a thread, does the thread have any knowledge of the environment in which its parent process was created? What about a child process? Any insights?
I've been able to break this in the same way on Solaris and HP-UX (believe it or not, NT doesn't care, I think it might have something to do with using a mutex instead of a semaphore). By the way, I'm using root to spawn all of these processes.
If you can give me a clue as to how to fix this, YOU ARE A GOD!
Anyway, your help would be appreciated!

When I'm running it from the command line, I'm usually logged in as root. I have attempted successfully to run it as other users from the command line. I'm also starting the webserver process as root.
I'm not familiar with a way to set platform specific environment variables in Tomcat, I'm sure I could use the -D option in starting the JVM. However, I have written a native stub that uses putenv() to set all of the environment variables present at the command line when I'm able to successfully invoke my JNI wrapper. This doesn't seem to change anything.
I've thought about this being a permissions propagation issue within the webserver. Any clues as to how I can confirm it?
Thanks for your help!

Similar Messages

  • HP Officejet Pro L7580- here's a new one for HP Mac Architect

    So like all the other disgruntled HP users who foolishly installed 10.5 when it was released, I have been without a scanner ever since. Until three days ago, however, I've been able to print, as the driver for the L7580 was included in Leopard. Now, whenever I try to print a document, the print queue opens and the job says "stopped", which, incidentally, is the same thing that happens when I send a print job to my other once-was-a-printer-now-just-a-giant-waste-of-space, the Canon LBP5000. I've racked my brain trying to think if I've done something to trigger this, pestered the HP call in support center, installed, uninstalled and installed the printer again, restarted, replaced the USB cable- anything I can think of. Nothing works. I run a small business and while it's been a huge inconvenience to lose my not so inexpensive scanner, I've made due with an old one waiting for HP to get their act together and release software that actually works with 10.5. Needless to say, I cannot work without a printer. Am I going to have to go back to Tiger now? Spend untold thousands of dollars on a printer that probably won't work with leopard anyway? Can anyone advise? HP Mac Architect?

    Try this for a Quick Fix ...........
    After reading other forum comments from people having the same problem with the yellow cartridge popping-out, combined with others who have realised that HP have no interest in compensating anyone for this rediculous example of, at best, 'bad design', or at worst 'blatent planned obsolescence', I have created a 'quick fix' that may add another 1, 2 or more years of life to the HP Officejet Pro L7580 Printer.
    This is not the elegant technical solution I was hoping for.  However, in hindsight, it may prove to be a more reliable solution than replacing the faulty part that is actually causing the problem.  So, here it is the Quick Fix ........
    I found a wooden triangular door stop that I cut to size that fitted exactly in the space between the plastic door and the offending yellow cartridge. To hold it in place, I wrapped the doorstop with 2" cellotape, then I stuck the door stop to the inside of the plastic door with double sided cellotape (double sided stick-on foam would also work well). With the doorstop in the correct place, the plastic door closed perfectly and was snug enough to apply sufficent pressure to the offending yellow cartridge, and hence stopping it from popping out again.  To make sure the plastic door does not 'fly open' with the pressure of the yellow cartridge (when it wants to pop out!), I applied another piece of 2" cellotape around the outside of the door, holding it to the body of the photocopier.
    This exercise only took 10-15 mins to do.  I feel this is a much better option than spending another $300+ on a new All-in-One  system, as well as being a good environmental solution.  If this is DELIBERATE 'planned obsolescence', companies like HP need to be more accountable for, at best, 'sloppy design'.  Any feedback would be appreciated.

  • Here's a tough one for you.....

    Does anyone have knowledge of whether or not it is possible to start a LabVIEW program (run when opened), bring it to the front and display it full screen, and then shutdown certain windows components behind it such as explorer, and ther various services, so that it remains running the VI but opens up as much system resources for LabVIEW as possible?
    I would like to start a VI and isolate it from the rest of the windows environment if possible (obviously not things like max, etc. though).
    Thanks,
    Jonathan

    You could try making your VI the shell application, but I'm not sure whether it will completely take over window, or just replace explorer (probably the latter).
    You could also try some of Ben's suggestions here for improving performance.
    Try to take over the world!

  • Here's a different one for you...

    I have an original iphone which i have had very little, if any problems. I updated to the 2.0.2 software that came out recently and everything was once again going fine. Here's where it gets interesting.
    Two days ago, the bottom row of icons (phone, mail, safari, ipod) stopped responding. All of the other icons on both screen pages work fine. The "slide to unlock" works fine. I have noticed when I go to settings, the bottom icon doesn't respond in any screen either. Luckily, I can still use the phone through contacts and can still receive calls, but with no luck using the "end call" button.
    I've read several of the posts in these discussions and have tried the reset, hard reset, restore, reinstall of 2.0.2. I know I'm not crazy, these icons don't work! Anyone out there ever had this happen or have any suggestions?

    I would suggest an appointment at the Genius Bar and see what they can do for you.

  • Here's a new one for you

    Been having nothing but problems with idvd 08 in the past couple of days. The old won't open problem. Did the usual suggested fixes including a new user account. Also did "Old Toad's" preference fix. Can now open idvd but when I go to an existing project and open it, I get the first page menus and nothing else so try to reload the movie into the project and it kicks it back out(??).
    Do I need to re-install idvd 08 and if so, what prefs etc do I delete?
    Also one other question . . . if I have a project that exceeds the 4.2 capacity, can I burn it on a dual layer using the dual layer setting to accommodate the size of the file?
    thanks in advance for any input

    so try to reload the movie into the project and it kicks it back out(??).
    Check to see if the movie you wish to import is supported by iDVD. This is from Help:
    _Video and image formats that work with iDVD_
    You can use these movie and graphic formats in iDVD:

    Most video or image files supported by QuickTime (see the list of unsupported QuickTime formats below)

    16:9 widescreen formats

    AAC, MP3, and AIFF audio files

    Any format from iMovie: DV, high-definition video (HDV), MPEG-2 SD, MPEG-2 SD, MPEG-4 SD, MPEG-4 HD, and AVCHD
    High definition video is converted to work with the format of your project. iDVD supports using 16:9 widescreen video; therefore, when your DVD plays on a DVD player that supports widescreen format, the footage appears in its original aspect ratio.
    The following video and image formats are not supported in iDVD:

    Copyrighted or protected videos.

    Movies saved in thousands of colors using the “none” compression setting in iMovie.

    48-bit color images (16 bits per color). To use source files in one of these formats in iDVD, save them in a supported format.

    Aurora uncompressed files. For best results, export Aurora clips as DV-format video before importing them into iDVD.

    QuickTime VR, MPEG-1 or MPEG-2, Flash, streaming or encrypted movies, or QuickTime spanned movies. You can’t add MPEG-1 or MPEG-2 files to an iDVD project because they don’t contain standard video tracks.

    QuickTime Fast Start movies. (Fast Start movies are intended for Internet playback.) When saving a QuickTime movie for use with iDVD, click the Options button in the QuickTime Export dialog and make sure that the “Prepare for Internet Streaming” checkbox is not selected.

  • Here's A Weird One For Y'all

    So, because I'm using Apple TV at home with an old Sony TV, I had to buy an HDMi to DVI-D cable then realized that the TV didn't have a digital audio input. I then purchased an Optical audio in to RCA out converter and installed it. (Haven't got it to work yet. When I click the buttons on the remote control, I hear that through the TV but when I play a movie or iTunes, I hear nothing). Anyway . . .
    Later that day, I'm recording a session in my studio on my iMac using ProTools 9 and I'm laying down a guitar part to a song that's been recorded for almost a month. I'm scratching my head because after tuning the guitar at concert pitch, it's totally out of tune with the track. Not knowing what to do, I tune the guitar to the track, play my part and I'm done with it. Afterwards, I use X-Form to tune an 808 kick drum (not bcz it was out of tune, I just did it for another reason).
    I turn on the vocal tracks and realize that they sound awful. The pitch is lower and they sounbd as if they'd been heavily processed with a bad version of Auto Tune. I start checking my system to figure out what the hecks gone a miss. I look at Elastic Audio, X-Form etc. I check the Preferences, restart my computer and even open up previous auto saved versions of the song. Nothing's wrong. For the life of me I'm stumped so I go the Avid website and try describe my situation and nothing really comes up but out of the corner of my eye I see someone has written about clocking issues and sample rates. Bingo! I'm reminded how changing the sample rate of a sesion (say from 48 kHz to 44.1 kHz) will drastically affect the pitch and tempo of an audio file if it's not first converted to whatever format you wish to change it to.
    Then I remember (but am very doubtful this has anything to do with my problem) I had switched the audio selection in my Apple TV Menu to 16 bit (instead of auto) in order to see if it helped my Apple TV audio problem). All along I'm thinking well, this is stupid. How would switching my Apple TV audio affect ProTools on my iMac? They're not connected!  I still don't know the answer, however when I switched the audio menu back to "Auto" from 16bit, Protools played back my track perfectly in tune. Somehow, switching the Apple TV audio to 16 bit also converted my ProTools session from 48 kHz to 44.1kHz!!! I have no clue how that happened.
    Anyone else ever come across this weird phenomenon?

    Hi Willi,
    Thankyou so much for pointing out the error of my ways....
    You are obviously an expert, but one does have to ask are you the expert in: what is appropriate / required for my business, for this particular job, with this particular client or this particular printer (as specified by the client)? Are you the expert in the options available to me in regional Australia?
    Yet you can decide that my workflow is wrong when you have no idea of all this; or the final output for the file. I also publish eBooks and interactive workbooks for students and guess what, for those I don't use PS. For some jobs one has no choice but to go with the clients choices, they are the ones paying the money after all. I know that this workflow is not the most efficient, however it was the choice available to me.
    I posted the original question as I had never seen the problem of a single page disappearing, thought it was interesting and that others may have had the same / similar problems and would therefore find constructive answers interesting.

  • Here's a challenging one for the board....

    trying to video ichat (3.1.8 v445) with my wife. unsuccessful with error -8.
    we both have macbook laptops, and we both can video chat with NO problem to everyone we have tried except to each other. we can video chat with the same people, although not as a conference. so both of us appear to have perfectly good functioning ichat, except when we try each other.
    any ideas?? thanks, jeff
    here's the latest error log:
    Date/Time: 2007-10-16 19:46:28.774 -0400
    OS Version: 10.4.10 (Build 8R2218)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 2878362487.
    0x1895e760: State change from AVChatNoState to AVChatStateWaiting.
    [email protected]: State change from AVChatNoState to AVChatStateInvited.
    0x1895e760: State change from AVChatStateWaiting to AVChatStateConnecting.
    [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    0x1895e760: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/2)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2448 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2448 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.33;branch=z9hG4bK4f37d1da526d58b8
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1095153331
    Call-ID: fa1a9a8c-7c41-11dc-bea2-d63af95013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 520
    v=0
    o=jeffbearden 0 0 IN IP4 192.168.1.33
    [email protected]
    c=IN IP4 192.168.1.33
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.33;branch=z9hG4bK4f37d1da526d58b8
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1095153331
    Call-ID: fa1a9a8c-7c41-11dc-bea2-d63af95013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 520
    v=0
    o=jeffbearden 0 0 IN IP4 192.168.1.33
    [email protected]
    c=IN IP4 192.168.1.33
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.33;branch=z9hG4bK4f37d1da526d58b8
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1095153331
    Call-ID: fa1a9a8c-7c41-11dc-bea2-d63af95013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 520
    v=0
    o=jeffbearden 0 0 IN IP4 192.168.1.33
    [email protected]
    c=IN IP4 192.168.1.33
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:61979;branch=z9hG4bK2af33404302b7dab
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1650642530
    Call-ID: f8e94a46-7c41-11dc-bea2-a192dc7513c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:61979>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 522
    v=0
    o=jeffbearden 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 62003 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 62001 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 62006 VIDEO 62002
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:61979;branch=z9hG4bK2af33404302b7dab
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1650642530
    Call-ID: f8e94a46-7c41-11dc-bea2-a192dc7513c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:61979>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 522
    v=0
    o=jeffbearden 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 62003 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 62001 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 62006 VIDEO 62002
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:61979;branch=z9hG4bK2af33404302b7dab
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1650642530
    Call-ID: f8e94a46-7c41-11dc-bea2-a192dc7513c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:61979>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 522
    v=0
    o=jeffbearden 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 62003 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-509812331
    m=video 62001 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 62006 VIDEO 62002
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:594104125
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x1759000 - 0x17a6fff com.apple.speech.synthesis.MacinTalkSynthesizer 3.5 /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/ MacinTalk
    0x179a2000 - 0x179a7fff com.apple.audio.AppleHDAHALPlugIn 1.3.3 (1.3.3a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17a4a000 - 0x17a4afff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x17a8e000 - 0x17a90fff com.apple.AutomatorCMM 1.0.1 (87) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x17aac000 - 0x17ab8fff com.apple.airport.diskmenu 1.2.1 (121.4) /System/Library/Contextual Menu Items/AirPort Disk Menu.plugin/Contents/MacOS/AirPort Disk Menu
    0x17abd000 - 0x17ac1fff com.apple.FolderActionsMenu 1.3.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x17b87000 - 0x17c6afff com.apple.audio.codecs.Components 1.4.9 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x17cdd000 - 0x17d07fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18068000 - 0x18071fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1807a000 - 0x180aafff com.apple.QuickTimeIIDCDigitizer 7.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x180b4000 - 0x180b7fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x180c8000 - 0x180e4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x18205000 - 0x1824bfff com.apple.QuickTimeUSBVDCDigitizer 2.0.0 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x18273000 - 0x183ccfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x183f8000 - 0x18451fff com.apple.driver.AppleIntelGMA950GLDriver 1.4.56 (4.5.6) /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x18458000 - 0x1847cfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1908d000 - 0x190a6fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x190ab000 - 0x190c4fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x19160000 - 0x19356fff net.telestream.wmv.import 2.1.2.72 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x19573000 - 0x19576fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x19dc2000 - 0x19f73fff net.telestream.wmv.advanced 2.1.2.72 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x41840000 - 0x41863fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x419b0000 - 0x419ecfff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a33fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x70000000 - 0x700fbfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7bfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7f000 - 0x91bbcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc2000 - 0x91bdcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be1000 - 0x91be3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d79000 - 0x91dd2fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddb000 - 0x91dfffff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e07000 - 0x92210fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224a000 - 0x925fefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271a000 - 0x92797fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d8000 - 0x92a08fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b22000 - 0x92b39fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b44000 - 0x92b9cfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb0000 - 0x92bb0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb2000 - 0x92bc2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd1000 - 0x92bd9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdf000 - 0x92be5fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92beb000 - 0x92c7cfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c90000 - 0x92c94fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c97000 - 0x92cb5fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc7000 - 0x92ccdfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd3000 - 0x92d36fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d5d000 - 0x92d9efff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc5000 - 0x92dd3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dda000 - 0x92ddffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de4000 - 0x930d9fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931df000 - 0x931eafff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931ef000 - 0x9320afff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325a000 - 0x9325afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9325c000 - 0x93912fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c93000 - 0x93d0efff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d47000 - 0x93e01fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e44000 - 0x93e44fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e46000 - 0x94007fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9404d000 - 0x9408efff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94096000 - 0x940d0fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d5000 - 0x940ebfff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94131000 - 0x94179fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94183000 - 0x941c1fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94205000 - 0x94216fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94224000 - 0x94262fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9427e000 - 0x9428dfff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94294000 - 0x9429ffff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942eb000 - 0x94305fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430b000 - 0x94614fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94797000 - 0x948ddfff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94969000 - 0x94978fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9497f000 - 0x949a8fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949ae000 - 0x949bdfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949c1000 - 0x949e6fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x949f2000 - 0x94a0ffff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94a16000 - 0x94a7bfff com.apple.Bluetooth 1.9 (1.9f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d3a000 - 0x94de3fff com.apple.WebKit 522.11.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e44000 - 0x94ee6fff com.apple.JavaScriptCore 522.10 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94f0d000 - 0x953a3fff com.apple.WebCore 522.12.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x955ff000 - 0x95604fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95608000 - 0x9562bfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x963e5000 - 0x963f8fff com.apple.speech.SpeechDictionary 3.4 /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechD ictionary
    0x96810000 - 0x96810fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96cf7000 - 0x96d19fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96d8a000 - 0x96e61fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96e7c000 - 0x96e7dfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96fd2000 - 0x96fd2fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97734000 - 0x9781efff com.apple.viceroy.framework 278.3.11 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97f62000 - 0x97f64fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98191000 - 0x98ff5fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99276000 - 0x99278fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9927a000 - 0x99600fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x9967b000 - 0x99741fff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99bc8000 - 0x99bd3fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99bdd000 - 0x99d49fff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message

    Otherwise it is not an issue
    Yes Ralph,
    A codec (compressor/decompressor) is an algorithm or scheme that is used to record digital video or audio. For example, when you transmit video over the Internet, the video must be compressed on the sending end and decompressed on the receiving end. A codec can be chosen based upon the user's audio or image quality and image size preferences. When you read a QuickTime movie, a Video for Windows decompressor decompresses the QuickTime files. If the decompressor does not support the compression method used by the QuickTime movie, the OP has a problem.
    So if it won't fix the problem, it might be helpful anyway.
    A Challenge so to speak, cause when that happens you can't get video from camera.
    Message was edited by: CodLBi

  • Ok here is a good one for you all

    So here is the problem.
    We use PPTP VPN for our Exe's at my company and most of them are using airbooks or power books now.
    They also use the ATT USB Mercury/ATT USB lighting cards for in emergency no network connection while traveling.
    10.5 - all works great no issues ... ATT cards VPN no issues
    10.6 - ATT cards work fine to get to the internet but as soon as you fire up the vpn connection and get connected to the vpn all traffic stops no internet and no intranet access. ( we send all traffic over the PPTP connections )
    Both are connected and with out errors .. sometimes if you wait 30 minutes it all starts working , disconnect and re try nada.
    I have upgraded firmware in the ATT cards , using the new 3Gwatcher application provided by sierra wireless and still nothing.
    The PPTP works fine form home wireless , hotels , hot-spots seems to be related to the att cards form all the troubleshooting I am doing
    Anyone have any thoughts - i did send a support ticket into sierra for some help to but I figured maybe you guys have seen this and no a fix or solution

    I have no expertise with VPN, but here are some links that may help you. Two of them are related to Cisco VPN which may or may not be relevant to you, but you did not mention whether you were using Cisco VPN.
    Mac OS X 10.6 (Snow Leopard) Built-in VPN Setup » Information Technology
    HDC >> Cisco VPN for Mac OS X 10.6
    Fix Cisco VPN in 10.6

  • Here is a tough one for Windows/Mac gurus out there

    Have two active directory users that are on two Macintosh computers.
    user #1 is on Windows Exchange 2003 MailServer1 and user #2 is on Windows Exchange MailServer2
    Both MailServers have the Microsoft Exchange IMAP4 service turned on.
    User #1 has no problem connecting to mailserver1 with any Macintosh Mail client
    User #2 continually receives login failure errors...Event ID 1051 IMAP4SVC in event viewer with using EXCHANGE or IMAP option.
    If User#2 configures their mail client with user# 1nformation, she is successful connecting to mail
    If user#1 configures their mail cleint with user#2 settings, she is not successful.
    The problem is mailserver2 something is not configured as it is on mailserver1
    Any administrators that have had this problem, looking for a checklist to resolve issue...
    thanks

    Resolved the problem!
    What the problem is in Active Directory if the user ID is not the same as the Exchange Alias then the problem occurs...
    For example:
    In Account tab in Active directory user ID is kf304
    but in Exchange General tab you have kfrank in the alias field.
    You will not be able to connect to Exchange server with IMAP service (this is for any computer regardless of OS using the IMAP4 service)
    Once you change the alias to match the user ID in this case change kfrank to kf304, you are able to connect to the Exchange mail server!

  • Here's an odd one for ya...

    I usue CMD-delete to trash files all the time and have a multi-button mouse programmed to do this with a single button.
    If I change the file extension suffix on a file (say .txt to .m2t), the CMD-delete capabilty of my computer goes away until I log in again. It won't work on the mouse, or with the direct keyboard combination--the only way to trash the file is to physically drag it to the trash.
    Anyone else experience this oddity??

    Have you got over this odd issue yet?
    If this workbook is saved in a shared drive, maybe you need to track who uses the excel file.
    http://stackoverflow.com/questions/18319162/how-do-i-track-who-uses-my-excel-spreadsheet

  • I have 2 macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only loged in on her account. We both make regular time-machine back-ups each on a separate external disk

    I have 2 Macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only logged in on her account. We both make regular time-machine back-ups each on a separate external disk. Is it possible to update her account on my macbook using her external disk without overwriting my stuff on the same Macbook and vice versa?

    Time Machine does not do individual accounts. It records the complete drive. So if you were to use her TM backup on your Mac it would make your Mac just like hers. Both yours and her account on your MAC.
    Just copy the missing files over from her Mac to yours. If there are differennt programs on each then they would need to be installed on both.

  • I have an ipad and just bought a second one for my daughter and she wants all my music on her ipad.  We both have our own itunes accounts and music match wont let me put music on hers. how do i get around this?

    I have an ipad and just bought a second one for my daughter and she wants all my music on her ipad.  All the music is under my itunes account yet she has her own itunes account so she can have her own apps and purchase apps with gift cards (She's only 9)
    I subscibe to music match under my account but it wont let me put my music on her ipad under hers or even my itunes account.  I get some sort of 90 day error message.  How do i get around this so I can let her have my music on her ipad?

    iTunes Match is not sharable across Apple IDs. The best way to get the music on her iPad is to leave hers signed into her Apple ID on the iTunes Store and sync via USB.

  • TS3367 If I have an IPad mini and my wife has an IPad, can I connect to her IPad with FaceTime from my IPad Mini? Are multiple Apple ID's required? One for each device/person?

    If I have an IPad mini and my wife has an IPad, can I connect to her IPad with FaceTime from my IPad Mini? Are multiple Apple ID's required? One for each device/person?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • I just recently got 2 new iPhone 4. one for me and my husband. How do i sync up both on one computer with out reuning my sisters already synced iPhone 3s info getting all her apps and contacts onto my phones?

    I just bought 2 new iPhone 4 one for and my husband. I want to sync them on the same computer without it runing my sisters already syned 3s. When tried syning my old and i mean very old iPhone's contacts it said i could only merge them with my sister contacts and now i have her contacts on my phone and it sent my all her un needed apps as well. I want to be able to sync but not have her things placed in my phone or have anything erased from hers either. Can anyone help me?

    By far the simplest way to do this is create separate accounts on the computer for each person.  That way, you each log into your own separate account, sync your own device(s) to your own contacts/calendars/apps/music and so forth.

  • My wife and I share an iTunes account. Is there any way to set up a seperate one for her to sync her phone contacts, iCloud and music to without having to purchase all her music again and then share going forward?

    My wife and I share an iTunes account. Is there any way to set up a seperate one for her to sync her phone contacts, iCloud and music to without having to purchase all her music again and then share going forward?
    It would be so much easier having seperate accounts but we have hundreds of her purchased songs on my account and she would need to be able to access these from her account. Possible?
    Also, if we bought a song in future we would want to be able to both have access to it.
    Alternatively, what is the easy way to sync two distinctly different contact lists to one iTunes account?
    Thank you in advance.

    FYI: iTunes account (used to make purchases) is not the same as iTunes library (iTunes on your computer with music, movies, etc.).
    ecbclb wrote:
    Will we have to create a seperate account for her, or can we all have the same one?
    You can but you will not be able to limit what she syncs.
    I would like to avoid 'checking' and 'unchecking' individual songs every time one of us tries to synch our ipods to the library.
    I don't recommend using (only) the checkmarks to select what to sync.
    Each of you can create your own playlists then sync only those playlists.
    Then add/delete from your own playlists to change iPod content.
    The only time I uncheck items is if I rarely/never want to sync them to anything, such as Christmas music or old audiobooks.
    I suggest you each have your own computer login account. Then everyone has their own contacts, calendars, and everything else.
    You and your husband can share an iTunes library and let your daughter have her own.

Maybe you are looking for

  • Need to know how to prevent credit card info going to wrong e-mail address I mistyped when donating to an add-on programmer?

    When I saw the confirming message of my contribution (made by credit card), the email address I entered was mistyped. How do I prevent the erroneously typed e-mail address from getting my credit card info, or for that matter, how do I prevent/correct

  • Ad Path worker error while applying patch NO 7429271

    Hi All, I am not able to apply following patch NO 7429271( AD Mini pack) to Oracle application 11.5.9 which is at AD patch level 11i.AD.H I am getting the following error in ad worker log and the patch does not continue from workers stage here is a l

  • No end root tag

    Hi - I am writing several times to my log file which I am formatting in XML, using my own XMLFormatter. Since I log multiple times, getTail() gets called multiple times. As a result, I have </log>(my root element) several times in my file. Would like

  • About for all entries in itab usage issue

    hi i will get a lot of material information first. the next i will get inforamtion about table MARC AND MBEW. one statement i use sap function to get MARC:   CALL FUNCTION 'MARC_ARRAY_READ'     EXPORTING       KZRFB                = ' '       NEUFLAG

  • How to cancel the background job?

    Hi,     I have schedule the backgroud job.How to cancel the background the job. When i select the job and click on stop button, iam getting message "job is not active - cancellation not possiable".How to schedule the background job. Regards, T.suresh