Infiniband bad  outgoing Throughput on 10Gbit HCA

Hi @ all,
I have a problem. I would like to use Solaris with ZFS to provide storage for a glusterfs server with nfs.
My test environment:
Node 1: CentOS 6.2 with OFED 1.5.4.1
Node 2: OI 151a4 with native IB and before a Solaris 11 at both Solaris and OpenIndiana have the same result.
If I run a test with iperf:
From CentOS to OI throughput around 4.90Gbit/s
[root@dev-cos62 ~]# iperf -c 1.1.1.2
Client connecting to 1.1.1.2, TCP port 5001
TCP window size: 193 KByte (default)
[ 3] local 1.1.1.1 port 36173 connected with 1.1.1.2 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 5.66 GBytes 4.86 Gbits/sec
From OI to CentOS throughput only 900Mbit/s
Croot@dev-oi:~# iperf -c 1.1.1.1
Client connecting to 1.1.1.1, TCP port 5001
TCP window size: 256 KByte (default)
[ 3] local 1.1.1.2 port 35841 connected with 1.1.1.1 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.13 GBytes 968 Mbits/sec
My IB Hardware is a new Mellanox InfiniScale switch and some older 10Gbit Mellanox HCAs. (MTLP23108)
A second dd test with a ramdisk shared over nfs tel me the maximum of solaris/oi infiniband outgoing throughput "write" is max 1Gbit.
Have anybody any idea?
thx and many greets from germany
Andreas
Edited by: 942419 on 23.06.2012 17:47

Do you see this problem with S11 FCS too?
In any case, you could try increasing the ndd /dev/tcp setting
'tcp_naglim_def' from 4K to 64K and see if it helps.
#ndd /dev/tcp tcp_naglim_def 65535

Similar Messages

  • Infiniband/MT25208/10u7 throughput

    Heya all,
    Working on setting up an HPC cluster of sorts. Running into some funky issues with throughput of Infiniband on Solaris. I'm unable to get any sort of reasonable speed out of the cards; throughput seems limited to around 60 MB/s. Tested using FTP and also the netio package I stumbled across here
    Currently using a pair of t5220's for testing, each with a Mellanox MHGA28-XTC card. The cards have the latest firmware installed, and according to Mellanox, use the MT25208 chipset. They show up under prntconf as 'pciex15b3,6282'. The t5220s are running Solaris 10u7. The Infiniband fabric is running over a Voltaire 9024 switch.
    Noticed when I installed the cards were not being recognized. The Infiniband Update 3 solved this; but I noticed it's apparently meant for 10u6? Not sure if that's causing problems or not. Has anyone else used IU3 on 10u7?
    Are there TCP settings I need to tweak/etc.? I'm thinking that might be it, but I'm having a hard time finding documentation about Infiniband on Solaris. :)
    I've also tested the cards in a pair of x86 boxes running SuSE Enterprise Linux 11; there, transfers were up in the range of 300MB/s and were being bottlenecked by disk speeds. So I'm fairly certain the cards, cables and switch are fine.

    Dear Sir
    Problem solved?
    I want you to teach if you know something, because I am newbei Solaris user.
    Perhaps, I have the same problem as yours. (But hardware environment is totally different.)
    I examined Voltaire400Ex, 410Ex, and 600Ex.
    Throughput is all low.
    I tried in this environment.
    # Dell R610
    # HCA : Voltaire 410Ex-D (Mellanox MT25204)
    # Switch : Voltaire 9024D
    Now, I have 410Ex only .
    Therefore, I am using 410.
    (1) Solaris 10 5/09 s10x_u7wos_08 X86 ( ib_updates_3d_s10u7)
    #1. netperf(v2.4.5)
    +5485.80(10^6bits/sec)+
    #2. netio(v1.26)
    +713309 KByte/s+
    (2) CentOS 5.3 (2.6.18-128.el5) ( OFED-1.4.1)
    #1. netperf(v2.4.5)
    +10819.86(10^6bits/sec)+
    #2. netio(v1.26)
    +1220885 KByte/s+
    On solaris, I was able to improve the performance by tuning . (a little)
    However, it is still slow.
    Can I improve it more?
    I think that Solaris device driver has the problem.

  • What storage should we buy ?

    Platform: Oracle Enterprise Linux 6.3
    Grid Infrastructure version: 11.2.0.3
    RDBMS version : 11.2.0.3
    Hardware : Not yet decided (Either Dell or HP )
    ++++++++++++++++++++++++++++++++++++++++++++++++++++
    We have a fairly busy retail application and we are planning to create a RAC DB for this application. The maximum data size this application could ever reach is  5 TeraByte. Data will be moved/purged monthly and ideally it shouldn't cross 4TB at any given time.
    For performance, we are thinking of a mid-level Storage using Fiber Channel (not NAS). But we are not looking for an enterprise class SAN like Hitachi or EMC as our maximum data size is just 5TB. We are looking for an affordable storage which will be attached locally via Fiber Cable. So, it is technically not SAN. Right ?     Not sure what this is called .
    Any suggestions?

    Kavanagh wrote:
    Our manager has already ordered 3 HP proliant servers (each with 132gb RAM with four 8-core CPUs ) .
    Too bad.. but I have a 3 node RAC (recently build) using the same h/w.
    Why not Oracle Database Appliance? No. Idea. Ask management and ITS strategy why... and not a single sound and logical justification.. <sigh>
    Not sure if Infiniband card (I think its called HCA) is available in these HP servers.
    Yes. HCA (Host Channel Adapters). I have both HBA (fibre) and HCA (Infiniband) cards in these servers.
    I need to google and find out if there are any reliable midrange storage vendors like Oracle(Sun) or IBM which offer Infiniband storage.
    Awesome. There also is SSD storage available over Infiniband (IB). A bit pricey, but seriously fast.
    Any idea what layer/protocol does Infiniband use ? (like TCP )
    IP over IB (IPoIB) is supported. So you have the full IP stack, from TCP and UDP to ICMP.
    The HCAs are dual ports. So we configure 2 IB NICs and bond these (e.g. /dev/ib0 and /dev/ib1 as /dev/bond0). UDP is the default Interconnect protocol for Grid/RAC.
    Oracle however wrote an Open Source IB specific protocol called RDS (Reliable Datagram Sockets) to replace UDP when using IB. Easy to setup. According to Oracle presentations at the time it was done, it has a 50% lower CPU overhead than UDP with 50% less latency. We are using it on the new HP 3 node RAC.
    You also have a protocol called RDMA (Remote Direct Memory Access). This essentially allows one to share RAM across the IB fabric layer. The SRP (Scsi Rdma Protocol) sits on top of this and implements a SCSI protocol interface over RDMA. We are using this for our custom storage layer.
    Unsure exactly what Exadata uses, but it is quite likely based on RDMA.
    From a storage management perspective, whether using IB or Fibre as I/O fabric layer, is very similar ito LUNs, LUN masking, and so on.
    And as the IB fabric layer is 40Gb/s (dual 40Gb/s ports per server), the layer can carry both your Interconnect and I/O - as is the case with Exadata Database Machine. This is a lot cheaper (and less wiring and admin) than using GigEther (10Gb/s) for Interconnect, and HCA (8Gb/s Fibre) as the I/O fabric.
    Also take a look at http://top500.org/statistics/list/ for stats on Interconnect families/architectures. IB grew from something like 4% when we first start using it as RAC Interconnect, to over 40% today. So it is a prevalent technology amongst the 500 fastest and baddest computer clusters on this planet.

  • Oracle Cluster private Interconnect

    What are the different speeds and technologies that we can configure the oracle private interconnect for RAC 11g?

    ghd wrote:
    What are the different speeds and technologies that we can configure the oracle private interconnect for RAC 11g?The recommended technology (looking at what Oracle's Database Machine uses) is QDR (Quad Data Rate/40Gbs) Infiniband, using the RDS (Reliable Datagram Sockets). This provides (according to Oracle testing), a 50% faster cache-to-cache block throughput with 50% less CPU time - in comparison to using UDP as the RAC Interconnect wire protocol.
    Oracle presented these results to the Infiniband/OFED members in a presentation called Oracle’s Next-Generation Interconnect Protocol (PDF).
    The Infiniband roadmap shows that the NDR (Next Data Rate) will scale to 320Gb/s.
    There is absolutely nothing I have seen from the Ethernet vendors that show GigE matching Infiniband.
    From Top 500, listing the biggest and fastest 500 clusters on this planet, Infiniband has a 41.8% market share, in comparison with the 41.4% share of GigE.
    Compare this to 2005 (when we first got Infiniband for RAC). Back then Infiniband had a 3.2% market share. GigE had a 42.8% share. So there has been an incredible growth in using Infiniband as Interconnect - unlike GigE that has been stagnant and now is the 2nd place as top500 Interconnect family architecture.
    What is needed for using Infiniband for Oracle RAC? A HCA (Host Channel Adapter) card for each RAC server (high speed PCI cards, dual port). An Infiniband switch (2 ports per RAC server needed). And cables of course. All these are sold by most server h/w vendors. Costs are quite comparable to 10Gb/s GigE (and even cheaper) in my experience.

  • Please Help! 3-Weeks Since Installation and Still ...

    It's just over 3 weeks since I had my broadband moved to my new address and I'm still getting a shockingly-bad connection. All the way through my 10-day stabilisation period it was really poor (always well below 100kbps down) but I waited the full 10 days before calling India when they told me to wait another 3 days. After that extra 3 days I called again and they ran a line test and identified an issue which they described as a 'configuration mismatch which happens every 1 in a 100' - I couldn't understand his exact explanation for the issue was but he told me it had to be corrected at the exchange and to give it 48-72 hours for it to be fixed. After waiting three days and seeing zero change, I called back was told that it had been fixed but I had to wait another 48-72 hours for it to stabilize. So I waited 3 more days. saw no change and called again... this time another guy did another line test and ran through the usual questions, he identified some issue with the line (the same issue?) and said he had reported it the team that deal with line faults. I was told I'd get a call within a few days and that someone would either fix the problem or an engineer would visit. I did get a call back... the call came from India so I'm not sure if that was _the_ call or if it was just a follow-up to one of the earlier support calls (I was expecting call from UK?). Whatever it was, the lady said that the issue had been corrected at the exchange and that I should see a big impovement over the next 48-72 hours. I'm just about at the end of that period now and I'm again seeing no difference whatsoever. I'm dreading the prospect of another support call which results in another non-existant fix which takes another 48-72 hours and makes no difference.
    I dont know if anyone can help and if so what info you'd need?
    Here's some basic info about my setup, the results of my speedtest and some info from the homehub etc...
    I'm on the Unlimited Option 3 (or at least I should be).
    My homehub is the v1, i.e. white box with the 5 lights (phone, wireless, broadband, internet, data).
    Wireless is now disabled on the homehub and I'm using the ethernet cable to my PC.
    I've tried all the phone sockets in the flat and get the same result from all of them.
    I've tried the connetion on my desktop, laptop and even via the wireless on my mobile, it's the same on all three.
    Samknows puts me about 1.6 miles from my local exchange at Moortown (MYMOO)
    I've tried the noise test on my line using the number I found on this forum, didn't hear anything at all.
    I've tried disconnecting my Sky box from the telephone (which is in a different room) but still no joy.
    The homehub has been up for the most part - I've only restarted it three times, twice at the instruction of the guys at BT support and once myself.
    Home Hub Stuff...
     Home page connection details...
      Downstream: 4,015 Kbps
      Upstream: 768 Kbps
      Connection time: 0 days, 2:55:41
      Data transmitted: 3.85 MB
      Data received: 16.64 MB  
     Status > ADSL Line > Details...
      Uptime: 0 days, 2:50:26
      Modulation: G.992.5 annex A
      Bandwidth (Up/Down) [kbps/kbps]: 768 / 4,015
      Data Transferred (Sent/Received) [MB/MB]: 3.83 / 16.62
      Output Power (Up/Down) [dBm]: 12.0 / 19.0
      Line Attenuation (Up/Down) [dB]: 19.5 / 40.5
      SN Margin (Up/Down) [dB]: 5.0 / 6.5
      Vendor ID (Local/Remote): TMMB / TSTC
      Loss of Framing (Local/Remote): 0 / 0
      Loss of Signal (Local/Remote):    0 / 0
      Loss of Power (Local/Remote): 0 / 0
      Loss of Link (Remote):    0
      Error Seconds (Local/Remote): 10,167 / 0
      FEC Errors (Up/Down): 0 / 0
      CRC Errors (Up/Down): 323 / 593,103
      HEC Errors (Up/Down): 14 / 564,577
      Line Profile:    Fast
    Status > Internet Connection...
      Uptime: 0 days, 2:52:30
      Data Transferred (Sent/Received) [MB/MB]: 2.94 / 9.85
      Connection Settings    
      VPI/VCI: 0 / 38
      Type:    PPPoA
    BT Speedtest Results...
    I was hoping to just upload a screenshot but thats impossible for me, so I'll have to type the results instead:
    "The test comprises of Best Effort Test:
    Download Speed 106 Kbps
    Download speed acheived during this test was - 106 Kbps
    For your connection, the acceptable range of speeds is 600-7150 Kbps
    Additional information
    Your DSL Connection Rate: 4148 Kbps (DOWN-STREAM), 768 Kbps (UP-STREAM)
    IP Profile for your line is - 3000Kbps
    The throughput of Best Efforts (BE) classes achieved during the test is - 3.77:5.66:90.57 (SBE:NBEBE)
    These figures represent the ratio while sententiously passing Sub BE, Normal BE and Priority BE marked traffic
    This test was not conclusive and further testing is required. This might be useful for your ISP to investigate the fault."
    And Finally, SpeedTest.net...
    As the subject says, "Please Help!"

    Hi JoeFoulkes
    Certainly looks like something’s up here, your downstream speed doesn’t seem to be too bad but throughput speed is really letting you down.  I take it this is at all time of the day?
    Not too sure what has been tried by our tech guys so far but if you drop me an email with a few details then I can have a look and get things moving.
    Could you drop me an email to [email protected] with your BT account and telephone number and I'll sort it out.
    Cheers
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Mail Crash, multiple issues: Can't send email

    After an apple software update of Security and Safari, Mail opened as if I needed to create an account from scratch. I can not get Mail to SEND messages. After the update, it offered a bad outgoing server "outgoing.yahoo.verizon.net" I use verizon, the correct outgoing SMTP is outgoing.verizon.net. Also another email account disappeared completely, I have tried to add that account and I can receive mail but cannot send through that account either.
    In addition, when I did receive emails it downloaded duplicates from my servers, which I could not delete; also many messages where blank, subject line but no body. I did rebuild my mailboxes. That took care of the delete problem, empty message problem, BUT inbox lost many many messages.
    How do I get Mail to SEND?
    Is there a way to retrieve the "lost" messages that where in my Inbox?
    I have repaired permissions and ran Disk First Aid, both had some issues to correct. Perhaps related, Norton Anti-Virus got trashed most likely at the same time. I got that reinstalled, ran a virus check, no viruses found.

    Hi,
    i got the same problem.My mail crashes 4 times/day each day.
    Here is the problem:
    Application Specific Information:
    -[IMAPGateway _allowClientOperationThrough:]
    -[iToolsAccount fetchToDosSynchronously]
    -[POPAccount fetchSynchronouslyIsAuto:]
    Thread 0:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x935752ac RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x935750c5 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x93574f39 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x925706d5 _DPSNextEvent + 657
    8 com.apple.AppKit 0x9256ff88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x92568f9f -[NSApplication run] + 795
    10 com.apple.AppKit 0x925361d8 NSApplicationMain + 574
    11 com.apple.mail 0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9569e3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x956aa4f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d8dc5 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    10 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9302fdcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x966a8b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    4 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9302fdcd pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x94c66e83 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x94c45d6a TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x94c66b00 MPWaitOnQueue + 208
    5 ...thesis.MacinTalkSynthesizer 0x185c39dd MTBEWorker::WorkLoop(MTBEWorker*) + 209
    6 ...thesis.MacinTalkSynthesizer 0x185c3b5d MTBEWorkerStartMPTask + 17
    7 ...ple.CoreServices.CarbonCore 0x94c65057 PrivateMPEntryPoint + 56
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9302fdcd pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x94c66e83 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x94c45d6a TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x94c66b00 MPWaitOnQueue + 208
    5 ...thesis.MacinTalkSynthesizer 0x185c39dd MTBEWorker::WorkLoop(MTBEWorker*) + 209
    6 ...thesis.MacinTalkSynthesizer 0x185c3b5d MTBEWorkerStartMPTask + 17
    7 ...ple.CoreServices.CarbonCore 0x94c65057 PrivateMPEntryPoint + 56
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93005236 usleep$UNIX2003 + 61
    2 ....speech.synthesis.framework 0x914156f7 PollChannelStatus + 39
    3 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    4 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x93067292 _workqops + 10
    1 libSystem.B.dylib 0x930672c2 start_wqthread + 30
    Thread 7:
    0 ??? 0000000000 0 + 0
    Thread 8:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9302fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x9155da09 fefragmentthread + 54
    3 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    4 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.IMUtils 0x91e9fdb7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    8 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 10:
    0 libstdc++.6.dylib 0x90178c42 _cxxabiv1::__vmi_class_type_info::__dodyncast(int, _cxxabiv1::__class_type_info::__subkind, _cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__dyncastresult&) const + 44
    1 libstdc++.6.dylib 0x901789e9 _cxxabiv1::__si_class_type_info::__dodyncast(int, _cxxabiv1::__class_type_info::__subkind, _cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__dyncastresult&) const + 177
    2 libstdc++.6.dylib 0x90178a63 _dynamiccast + 111
    3 com.apple.security 0x96306d8c Attachment& Security::HandleObject::findAndKill<Attachment>(long, int) + 114
    4 com.apple.security 0x9630682f CSSM_ModuleDetach + 31
    5 com.apple.security 0x96392bb6 Security::CssmClient::AttachmentImpl::deactivate() + 30
    6 com.apple.security 0x963923e8 Security::CssmClient::AttachmentImpl::~AttachmentImpl() + 28
    7 com.apple.security 0x96391025 Security::CssmClient::CLImpl::~CLImpl() + 47
    8 com.apple.security 0x963999c5 Security::CssmClient::TPImpl::~TPImpl() + 53
    9 com.apple.security 0x962f00e5 Security::KeychainCore::Trust::~Trust() + 453
    10 com.apple.security 0x963bb48b Security::CFClass::finalizeType(void const*) + 41
    11 com.apple.CoreFoundation 0x933e1538 _CFRelease + 216
    12 com.apple.security 0x962a4421 SSLDisposeContext + 133
    13 com.apple.CFNetwork 0x96600ff5 SocketStream::securityClose_NoLock() + 77
    14 com.apple.CFNetwork 0x9663b5a7 SocketStream::close(void const*) + 271
    15 com.apple.CoreFoundation 0x933f33dd _CFStreamClose + 93
    16 com.apple.MessageFramework 0x00300166 +[_NSSocket handlePortMessage:] + 422
    17 com.apple.Foundation 0x956a3e83 __NSFireMachPort + 339
    18 com.apple.CoreFoundation 0x933baff5 __CFMachPortPerform + 117
    19 com.apple.CoreFoundation 0x933df6b8 CFRunLoopRunSpecific + 3896
    20 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    21 com.apple.Foundation 0x9569e3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    22 com.apple.Foundation 0x956aa4f4 -[NSRunLoop(NSRunLoop) run] + 84
    23 com.apple.MessageFramework 0x002fc9fd +[_NSSocket _runIOThread] + 98
    24 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    25 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    26 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    27 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9304d6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    2 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93005236 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x925d6bf1 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    4 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    6 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x91e2e5f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x91e2e480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    7 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x965db264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    6 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x956cd520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    8 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x9300546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9302fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x96154450 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x96166d8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    5 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 21 Crashed:
    0 libobjc.A.dylib 0x973e4684 objc_msgSend + 20
    1 com.apple.Foundation 0x9566544f NSPopAutoreleasePool + 431
    2 com.apple.MessageFramework 0x0040f745 -[POP3FetchStore fetchSynchronously] + 4480
    3 com.apple.MessageFramework 0x00441e1a -[POPAccount fetchSynchronously] + 337
    4 com.apple.CoreFoundation 0x9345e91d _invoking__ + 29
    5 com.apple.CoreFoundation 0x9345e308 -[NSInvocation invoke] + 136
    6 com.apple.MessageFramework 0x003db26c -[MonitoredInvocation invoke] + 409
    7 com.apple.MessageFramework 0x003dae4e -[InvocationQueue _drainQueue] + 772
    8 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    9 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    11 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    9 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x0032212b -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x00321f0b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x0031d471 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x00326cc2 -[IMAPGateway _addSelectOperationForMailbox:type:] + 276
    8 com.apple.MessageFramework 0x00326ba8 -[IMAPGateway selectMailbox:] + 49
    9 com.apple.MessageFramework 0x002f8475 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 291
    10 com.apple.MessageFramework 0x002f8294 -[IMAPAccount gatewayForStore:options:] + 159
    11 com.apple.MessageFramework 0x002f80c2 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 159
    12 com.apple.MessageFramework 0x002f3db7 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 143
    13 com.apple.MessageFramework 0x002f3d22 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    14 com.apple.MessageFramework 0x0033cdb1 -[IMAPAccount fetchToDosSynchronously] + 135
    15 com.apple.CoreFoundation 0x9345e91d _invoking__ + 29
    16 com.apple.CoreFoundation 0x9345e308 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003db26c -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003dae4e -[InvocationQueue _drainQueue] + 772
    19 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    20 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    22 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x92ffe2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x930302af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93031b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x956afdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x956afbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x0031e360 -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    10 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x92ffe286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93005a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x933dee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x933dfaa8 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002ffb52 _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x0030457d -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x00304107 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x00303fc2 -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x00303b88 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x00303b00 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x00303988 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x003034d6 -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x00303323 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x003fe953 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 201
    14 com.apple.MessageFramework 0x0031fb00 -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x003270c0 -[IMAPConnection executeClientOperation:] + 49
    16 com.apple.MessageFramework 0x0031e919 -[IMAPGateway _allowClientOperationThrough:] + 1256
    17 com.apple.CoreFoundation 0x9345e91d _invoking__ + 29
    18 com.apple.CoreFoundation 0x9345e308 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x003dae4e -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x0031e360 -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x95669dfd -[NSThread main] + 45
    22 com.apple.Foundation 0x956699a4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x9302f155 pthreadstart + 321
    24 libSystem.B.dylib 0x9302f012 thread_start + 34
    Thread 21 crashed with X86 Thread State (32-bit):
    eax: 0xc0000003 ebx: 0x971e9d91 ecx: 0x9748e4c4 edx: 0xc0000003
    edi: 0x201bb510 esi: 0x00000001 ebp: 0xb0950908 esp: 0xb095089c
    ss: 0x0000001f efl: 0x00010286 eip: 0x973e4684 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xc0000003
    Binary Images:
    0x1000 - 0x272ff3 com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e1000 - 0x53affb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x691000 - 0x693fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x69a000 - 0x6befe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <623d0f3f1b3fb665dc9cb196c482510a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x11b08000 - 0x11b08fff +com.ksuther.chax.loader ??? (2.2.2) <376f51a842f4c8c35f7429da3e82e3a1> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x15314000 - 0x15314ffd liblangid.dylib ??? (???) <4a7cd4e810ac2cf4cadd29d0bda17306> /usr/lib/liblangid.dylib
    0x15334000 - 0x15334ffe com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x15367000 - 0x15368fe1 com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15441000 - 0x15446fff libFontStreams.A.dylib ??? (???) <49c4f841fb836d52eb58b0ea398de8ee> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x15465000 - 0x15466ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1546c000 - 0x1546dfff +com.google.GoogleNotifierQuickAddCMPlugin 1.10.5 (1.10.5.778) <518965890c02eb6924637c6e8455cde4> /Users/dasa/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
    0x155a8000 - 0x155aaffe com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x155b0000 - 0x155b1ffd com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x155ee000 - 0x155f0fff com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x155f7000 - 0x155fcfff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1564a000 - 0x15662fff +com.tonyallevato.MailBadger ??? (0.4) <8c29d2b4d7639b874eb396937eaea1f7> /Users/dasa/Library/Mail/Bundles/Mail Badger.mailbundle/Contents/MacOS/Mail Badger
    0x15680000 - 0x15687ffb +com.tonyallevato.ToenailFramework ??? (1.0) <70a88b6bc013cbb501ab2e455ac9089f> /Users/dasa/Library/Mail/Bundles/Mail Badger.mailbundle/Contents/Frameworks/Toenail.framework/Versions/A/Toenail
    0x1568f000 - 0x156c7fff com.apple.OSAKit 1.1 (55) <cc99245aedb21c1054f8faf49cff074c> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x15800000 - 0x1580afff libexslt.0.dylib ??? (???) <b60a918262bb83e5e1c3fa8400cf242b> /usr/lib/libexslt.0.dylib
    0x160cb000 - 0x162d2fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x163fd000 - 0x16402ff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1640a000 - 0x1658ffe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x165bd000 - 0x16926fe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x16c61000 - 0x16c7dff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1857c000 - 0x18582ffc com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x18591000 - 0x185a8ff8 +com.ddsoft.MailFX ??? (1.2) <e3ead580d13cc6d61ad56b04dc38dc4e> /Users/dasa/Library/Mail/Bundles/MailFXPro.mailbundle/Contents/MacOS/MailFXPro
    0x185b4000 - 0x18648ff7 com.apple.speech.synthesis.MacinTalkSynthesizer 3.7.1 (3.7.1) <8b8d9f863ad8969d8369443aa80d67cb> /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/ MacinTalk
    0x1867d000 - 0x1869cfff com.apple.speech.SpeechDictionary 3.9.9 (3.9.9) <513c4798121ddd4ba51be400b937363e> /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechD ictionary
    0x189a1000 - 0x189a1ffe com.apple.applescript.component 2.0.1 (2.0.1) /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x189f7000 - 0x18bc4fe7 com.apple.audio.codecs.Components 1.6.6 (1.6.6) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x18cb7000 - 0x18d3efeb com.apple.applescript 2.0.1 (2.0.1) /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x18e37000 - 0x18e38fff +com.loganrockmore.MailUnreadMenuBundle.plist ??? (3.0) <296fb1b2fd7160f36eea6bd66e475e20> /Users/dasa/Library/Mail/Bundles/MailUnreadMenu.mailbundle/Contents/MacOS/MailU nreadMenu
    0x193e5000 - 0x193f7fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1944b000 - 0x19459fff com.apple.mail.WebPlugIn 3.6 (936) <1f74ed40863ef8b78d7e759087c82172> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.bundle/Contents/MacOS/Mai lWebPlugIn
    0x19e18000 - 0x19e38fff com.apple.Mail.Syncer 3.6 (936) <3e6943e7ab57e8b89e4ae4f540223433> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x19e4c000 - 0x19e5ffff com.apple.syncservices.syncservicesui 4.3 (389.20) <6356d458bbafd6d6901f38a4c43e00ff> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x1a4f9000 - 0x1a4fcfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1a502000 - 0x1a508fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1fc65000 - 0x1fcdaff7 com.apple.Bluetooth 2.1.8 (2.1.8f2) <b5c1730379bb947d8c3d15240f9ad4f1> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x1ffd1000 - 0x1ffdffeb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x22b95000 - 0x22d48ffb libCMaps.A.dylib ??? (???) <26acc1ea2c87cfcc4effb574872fcbc4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x9000b000 - 0x90059ff3 com.apple.datadetectorscore 1.0.2 (52.14) <ed6dfb7dc4401afad13529311fb3f9fb> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9005a000 - 0x900a4fe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x900a5000 - 0x90131ff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90132000 - 0x9018fffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x90190000 - 0x90271ff7 libxml2.2.dylib ??? (???) <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib
    0x90272000 - 0x90276ffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90277000 - 0x9032eff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9130b000 - 0x9130bff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9130c000 - 0x91412ff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x91413000 - 0x91423fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91424000 - 0x91468feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91469000 - 0x91806fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91807000 - 0x9183efff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9183f000 - 0x91856fff com.apple.datadetectors 1.0.1 (66.2) <bb08bbd97503b1d2a74f4f76848f1c40> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x91857000 - 0x9198ffe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91990000 - 0x91991ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x91992000 - 0x919d1fef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x919d2000 - 0x91a0efff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x91a19000 - 0x91d3ffe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91d40000 - 0x91d42fff com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91d43000 - 0x91d43ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91d44000 - 0x91d59ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91d5a000 - 0x91e0cffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x91e0d000 - 0x91e10fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91e11000 - 0x91e8efeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91e8f000 - 0x91e9dffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x91e9e000 - 0x91eb1fff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x91eb2000 - 0x91f39ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x91f3a000 - 0x91ff4fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91ff5000 - 0x92405fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92406000 - 0x92493ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92494000 - 0x924faffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x924fb000 - 0x92505feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92506000 - 0x9252ffff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x92530000 - 0x92d2efef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92d2f000 - 0x92da1fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92da2000 - 0x92da2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92ffd000 - 0x93164ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x93165000 - 0x93190fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x93191000 - 0x931adfff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x931ae000 - 0x93241fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93242000 - 0x93249ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9324a000 - 0x93256ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9325a000 - 0x9325efff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9325f000 - 0x9326bff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9326c000 - 0x93272fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93273000 - 0x9334efe7 com.apple.WebKit 5531 (5531.9) <36112647223b999a033bc2f740277948> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9334f000 - 0x9336bff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9336c000 - 0x9349ffe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93544000 - 0x93544ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93545000 - 0x9384dfe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93943000 - 0x93975fff com.apple.LDAPFramework 1.4.5 (110) <0625b4f70c28b2f239ca088edaf9cf0f> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93976000 - 0x93987ffe com.apple.CFOpenDirectory 10.5 (10.5) <4f1fe76bbb063b97eb78057f6be30d66> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x93988000 - 0x93a38fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93a39000 - 0x93a3efff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93a3f000 - 0x93a4bfff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x93a4c000 - 0x93a7dffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93a7e000 - 0x93bb7ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x93bb8000 - 0x93bb8fff com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93bb9000 - 0x93bd1fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93bd2000 - 0x93bf0ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93bf1000 - 0x93c0ffff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x93c10000 - 0x93c82ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93c83000 - 0x93c83ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93c84000 - 0x93d03ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93d04000 - 0x93d2dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x93d2e000 - 0x93d2effd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93d2f000 - 0x93e11fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93e12000 - 0x93e31ffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93e32000 - 0x93ec5ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93ec6000 - 0x93f6dfeb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93f6e000 - 0x947fafff com.apple.WebCore 5531 (5531.9) <fdb731afe66ea9ae2f4580dead0b5b53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x947fb000 - 0x947fffff com.apple.OpenDirectory 10.5 (10.5) <46ccc9f47cedee69d1c65838c8e4f642> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x94800000 - 0x948c7ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x948c8000 - 0x94906fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94907000 - 0x9492bfff libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x9492c000 - 0x9492cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9492d000 - 0x9493dffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9493e000 - 0x94942fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94943000 - 0x9494afe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9494b000 - 0x94950ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x94951000 - 0x94991fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x94992000 - 0x949e3feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x949e4000 - 0x94ba0ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94ba1000 - 0x94bfdff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94bfe000 - 0x94c09fff com.apple.dotMacLegacy 3.1 (246) <1303cf72b1dd19c762e28784dfa78db8> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x94c0a000 - 0x94c13fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94c14000 - 0x94c1bffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x94c1c000 - 0x94ef6ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94ef7000 - 0x94f81fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94f82000 - 0x94faffeb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94fb0000 - 0x94fc8ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fc9000 - 0x94fedfeb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x94fee000 - 0x94ff3fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x94ff4000 - 0x95184fff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95188000 - 0x95546fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95547000 - 0x9554cfff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9554d000 - 0x955a7ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x955a8000 - 0x95622ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95623000 - 0x9565dffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9565e000 - 0x9565effd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9565f000 - 0x958dbfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x958dc000 - 0x95a2eff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95a2f000 - 0x960cffe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x960d0000 - 0x9611ffff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x96120000 - 0x96120ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96121000 - 0x961ecfff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x961ed000 - 0x9626afef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9626b000 - 0x96281fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96282000 - 0x96284ff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96285000 - 0x96456ffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96457000 - 0x965d7fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x965d8000 - 0x9667ffec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96680000 - 0x96680ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96681000 - 0x96b52fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b53000 - 0x96b5efe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96b5f000 - 0x96cc2ff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x96cc3000 - 0x96cd0fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96cd1000 - 0x96d03ff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x96d04000 - 0x96d4dfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96d4e000 - 0x96da7ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96da8000 - 0x96de2fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96de3000 - 0x96df2ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96e23000 - 0x96e90ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x96e91000 - 0x96ec7fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x97131000 - 0x97165fef com.apple.bom 9.0.1 (136.1.1) <f69713d261e9a8ba1d48654a4a15057f> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97166000 - 0x9718eff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9718f000 - 0x97197fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9719d000 - 0x97285ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97286000 - 0x973ceff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x973cf000 - 0x974affff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x974b0000 - 0x974f2fef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x974f3000 - 0x97522fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97523000 - 0x97574ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97575000 - 0x97592ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97593000 - 0x975d4fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x975d5000 - 0x975e4fff libsasl2.2.dylib ??? (???) <2091a1973f23f66ea9b377d43daf50ea> /usr/lib/libsasl2.2.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbad00000 - 0xbad01fff libLatin2Converter.dylib ??? (???) <7b7804a2455b24ef3ba25aa8685a2923> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    I really don't know what to do?
    Thanks you very much,
    Dasa

  • Please HELP! 3 px jog issue

    I have a page that I cannot seem to get rid of the 3 px jog
    on. I have tried the Holly Hack and the Tan hack, and either I am
    losing my mind or it's not working. I am sure it something stupid,
    I just can't see it. check it out at: .
    http://go.segalco.com/inde
    the stylesheet is .
    http://go.segalco.com/inde/stylesheet/inde.cssPlease
    help me. Thanks.

    Hi JoeFoulkes
    Certainly looks like something’s up here, your downstream speed doesn’t seem to be too bad but throughput speed is really letting you down.  I take it this is at all time of the day?
    Not too sure what has been tried by our tech guys so far but if you drop me an email with a few details then I can have a look and get things moving.
    Could you drop me an email to [email protected] with your BT account and telephone number and I'll sort it out.
    Cheers
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Email on N9 - bug!?

    I would like to bring to your attention a small bug in the email application. Mail for exchange works fine, but when I add a second email that requires information on the outgoing server the programme does not let me do that without adding a username, i.e. the programme requires that I give a username also for the outgoing server. Annoying problem, since if I add a username emails are not sent .... (at least I think that is why there is an error message when I try to send emails from this other account).
    Best regards,
    drz

    visit0r wrote:
    I seem to have a variation of this problem: my email provider *requires* an unencrypted login/password to be sent over an SSL encrypted SMTPD connection in order to send emails. However, while I can select this setup in the email account settings, I cannot enter the outgoing password anywhere!
    Do you have different password for you incoming mail? I am asking because my service provider uses a single password both for incoming (imap with encryption) and outgoing (encrypted SMTP).
    After some "hitting my head to wall" I have it now working. My main problem was caused by the fact the a single bad outgoing email (had a mispelled domain name in recipient address) caused the N9 email to send out no emails at all!
    Also the error message I received was most useless (error has occured or something like that)
       Eero

  • Is there any BTE or Badi for Vendor Outgoing payment posting

    Hi Experts,
    My client who want the bank commission deduction at the time of vendor outgoing payment on the net values. the bank commission is fix of Rs. 0.07 Paise Per Rs. 1000/-
    The scenario is as below:
    Client who deduct the deduction at the time of Invoice for e.g. can bhade, Sanstha anamat , Prakriya Kharch ,Vahtuk Bhade, Share anamat etc. this deduction are directly update the Accounting GL .
    after that the client pay the vendor dues amount. in this they deduct some deduction through Account (FI) (E.g. Sanstha Audit fee, Shikshan fund, machine anamat) & After deducting the Accounting deduction they calculate bank commission on the net amount (Invoice amount - FI deductions = Net amount)
    Dear Expert, Please help me to work out this problem. in sap at the time of invoice we deduct the deduction as per client required & get the vendor due amount properly.
    but at the time of vendor outgoing payment i had done the FI side deduction manually but i can't get the bank commission on the net dues amount. client required automatic bank commission deduction on the net amount.
    is there any BTE or BADi for Vendor outgoing payment?
    Please help me to workout this issue.
    Warm regards,
    Dhananjay Rahane.

    ok

  • 3602i Errors in log, bad throughput

    I just acquared a 3602i.  It was running lightweight, but I changed it to autonomous.
    From the start I notced absomal throughput when only 10-20 feet away, bouncing from 0 to 7 Mb/s when using iperf over a 30 second period.  If I used the same client on my 3502, I get a solid consistant throughput of 37 Mb/s.
    When I looked at the logs, I noticed the following section:
    Sep 29 11:18:13 MDT: %DOT11-6-ASSOC: Interface Dot11Radio0, Station ap 001f.3b05.ecd7 Associated KEY_MGMT[WPAv2 PSK]
    Sep 29 11:18:17 MDT: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 001f.3b05.ecd7 Reason: Sending station has left the BSS
    Sep 29 17:18:25.552: Cmd Timeout After 12s
    Sep 29 11:18:25 MDT: %DOT11-6-GEN_ERROR: Error on Dot11Radio0 -
    Radio interface bus down --
    -Traceback= 219A458z 2771628z 2FBB980z 276FBC8z 2770094z 2772818z 2329810z 230E6D8z
    Sep 29 11:18:25 MDT: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to resetPCI reset port 0
    Sep 29 17:18:26.863: soap_pci_reconfig_radio: radio id 0
    Sep 29 11:18:26 MDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    Sep 29 11:18:32 MDT: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    Sep 29 17:18:32.921: dot11_mgmt: bad cookie returned from driver for mac 001f.3b05.ecd7(expected 0x0, got 0x843E6D4) - force driver to delete client
    Those errors are none that I have seen before.
    Ideas?  I have an idea what is wrong, but I wanted some feedback before suggesting anything.  The performance is bad with more than just this specific client that I'm testing with.
    Thanks

    I'm running the latest autonomous code (July 31st 2013) - ap3g2-k9w7-xx.152-4.JA1 , but I was also running an old one and had the same errors as I originally posted.
    I finally got around the testing again with my two APs
    On my troubled 3602i:
    ap#show dot11 associations 001f.3b05.ecd7
    Address           : 001f.3b05.ecd7     Name             : ap
    IP Address        : 172.16.1.91        IPv6 Address        : ::
    Gateway Address   : 0.0.0.0
    Netmask Address   : 0.0.0.0            Interface        : Dot11Radio 0
    Bridge-group        : 1
    reap_flags_1        : 0x0     ip_learn_type       : 0x0       transient_static_ip : 0x0
    Device            : ccx-client         Software Version : NONE
    CCX Version       : 4                  Client MFP       : Off
    State             : Assoc              Parent           : self
    SSID              : InOut2
    VLAN              : 100
    Hops to Infra     : 1                  Association Id   : 1
    Clients Associated: 0                  Repeaters associated: 0
    Tunnel Address    : 0.0.0.0
    Key Mgmt type     : WPAv2 PSK          Encryption       : AES-CCMP
    Current Rate      : m13b               Capability       : WMM ShortHdr ShortSlot
    Supported Rates   : 1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0-2 m1-2 m2-2 m3-2 m4-2 m5-2 m6-2 m7-2 m8-2 m9-2 m10-2 m11-2 m12-2 m13-2 m14-2 m15-2
    Voice Rates       : disabled           Bandwidth        : 20 MHz
    Signal Strength   : -59  dBm           Connected for    : 167 seconds
    Signal to Noise   : 34  dB            Activity Timeout : 20 seconds
    Power-save        : Off                Last Activity    : 0 seconds ago
    Apsd DE AC(s)     : NONE
    Packets Input     : 119034             Packets Output   : 55189
    Bytes Input       : 174092109          Bytes Output     : 3603931
    Duplicates Rcvd   : 18862              Data Retries     : 11745
    Decrypt Failed    : 1                  RTS Retries      : 0
    MIC Failed        : 0                  MIC Missing      : 0
    Packets Redirected: 0                  Redirect Filtered: 0
    IP source guard failed : 0             PPPoE passthrough failed : 0
    DAI failed : IP mismatch  : 0             src MAC mismatch : 0             target MAC mismatch : 0     
    Existing IP failed :  0              New IP failed :  0
    11w Status       : Off
    Session timeout   : 0 seconds
    Reauthenticate in : never
    And I have the following errors during my iperf test:
    Oct  6 20:14:23 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 8 AES-CCMP TSC replays
    Oct  6 20:14:35 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 5 AES-CCMP TSC replays
    Oct  6 20:14:46 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 3 AES-CCMP TSC replays
    Oct  6 20:14:53 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 16 AES-CCMP TSC replays
    Oct  6 20:15:00 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 11 AES-CCMP TSC replays
    Oct  6 20:15:07 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 8 AES-CCMP TSC replays
    Oct  6 20:15:14 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 5 AES-CCMP TSC replays
    Oct  6 20:15:21 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 11 AES-CCMP TSC replays
    Oct  6 20:15:28 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 13 AES-CCMP TSC replays
    Oct  6 20:15:35 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 23 AES-CCMP TSC replays
    Oct  6 20:16:14 MDT: %DOT11-4-CCMP_REPLAY: Client 001f.3b05.ecd7 had 19 AES-CCMP TSC replays
    While on my 3502i I have much better success:
    ap#show dot11 associations  001f.3b05.ecd7
    Address           : 001f.3b05.ecd7     Name             : ap
    IP Address        : 172.16.1.91        IPv6 Address        : ::
    Gateway Address   : 0.0.0.0
    Netmask Address   : 0.0.0.0            Interface        : Dot11Radio 0
    Bridge-group        : 1
    reap_flags_1        : 0x0     ip_learn_type       : 0x0       transient_static_ip : 0x0
    Device            : ccx-client         Software Version : NONE
    CCX Version       : 4                  Client MFP       : Off
    State             : Assoc              Parent           : self
    SSID              : InOut
    VLAN              : 100
    Hops to Infra     : 1                  Association Id   : 11
    Clients Associated: 0                  Repeaters associated: 0
    Tunnel Address    : 0.0.0.0
    Key Mgmt type     : WPAv2 PSK          Encryption       : AES-CCMP
    Current Rate      : m15-               Capability       : WMM ShortHdr ShortSlot
    Supported Rates   : 1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0-2 m1-2 m2-2 m3-2 m4-2 m5-2 m6-2 m7-2 m8-2 m9-2 m10-2 m11-2 m12-2 m13-2 m14-2 m15-2
    Voice Rates       : disabled           Bandwidth        : 20 MHz
    Signal Strength   : -56  dBm           Connected for    : 173 seconds
    Signal to Noise   : 40  dB            Activity Timeout : 20 seconds
    Power-save        : Off                Last Activity    : 0 seconds ago
    Apsd DE AC(s)     : NONE
    Packets Input     : 154059             Packets Output   : 79315
    Bytes Input       : 225124589          Bytes Output     : 5124766
    Duplicates Rcvd   : 4                  Data Retries     : 3044
    Decrypt Failed    : 1                  RTS Retries      : 0
    MIC Failed        : 0                  MIC Missing      : 0
    Packets Redirected: 0                  Redirect Filtered: 0
    IP source guard failed : 0             PPPoE passthrough failed : 0
    DAI failed : IP mismatch  : 0             src MAC mismatch : 0             target MAC mismatch : 0
    Existing IP failed :  0              New IP failed :  0
    11w Status       : Off
    Session timeout   : 0 seconds
    Reauthenticate in : never
    > 3602i only should work in lap mode, what IOS you used to covert it to AP mode?
    Autonomous code has been released by Cisco, it's available from the support/download page.  While I totally understand these classes of lighweight radios were meant to only be used this way and that autonomous was for surveying with a limited feature set, my 3502i has worked flawless for 4+ months.
    Also, I also don't think the errors I'm seeing are a result of using the Autonomous mode, these seem like much lower level of errors that woudl impact your ability to even do a proper suvrey.

  • Bad throughput quad gigabit ether X4444A

    Hi all,
    I am not seeing the throughput I expect from this gigabit ethernet interface:
    Running ttcp:
    # ./ttcp -r -n1000000 -l1500 -s
    ttcp-r: nbuf=1000000, buflen=1500, port=2000
    ttcp-r: socket
    ttcp-r: accept
    ttcp-r: 2.4user 26.4sys 1:14real 39% 0i+0d 0maxrss 0+0pf 15931+17525csw
    ttcp-r: 1500000000 bytes processed
    ttcp-r: 28.9001 CPU sec = 50686.5 KB/cpu sec, 405492 Kbits/cpu sec
    ttcp-r: 74.0193 real sec = 19790 KB/real sec, 158320 Kbits/sec
    # ndd /dev/ce adv_autoneg_cap
    1
    And of course the switch is in autoneg. As you can see in the ttcp output i am getting like 15% of the theoretical throughput which is bad. I get at least 80% with other servers.
    Any idea/suggestions what might be wrong?
    Thanks,
    Max

  • Request for User Exit or BADIs for outgoing posting block in F-53

    Dear Gurus,
    Can somebody advice me which user exit or BADIs to use for the below scenario:
    My users is using more than one alternative payee for their invoices, therefore when they use F-53 to clear open item, they always accidentally do multiple payment for document no. with different alternative payee. Worst case is that the posting go through! But when they print out the form, its too late and they had to do reversal.
    I like to enforce a block so that if the alternative payee is different across the document no. selected, they cannot post.
    Desperately,
    Belinda
    Edited by: Belinda Lee on Jun 3, 2008 5:34 PM

    Hello,
    You can use Business Transaction Event (BTE) . You should use 00001120 events.
    You must do some customizing in FIBF.
    Regards,
    Burak

  • How do you delete outgoing (SMTP) servers???

    Due to the fact many SMTP servers require you to be on their network to login, I have at varioius times set up 3 different SMTP servers in the mail app setup. The mail app never forgets them once you set them up. It even remembers multiple copies of the same SMTP server where I just tried different settings/passwords. The mail app adds all these SMTP accounts (I now have 7 including "other SMTP servers") when I only set up one after deleting the account and starting over. Worse yet, these 7 represent only 3 unique servers and when it's trying to test the outgoing (SMTP) server at setup, it takes forever while it tests all 7 apparently.
    Deleting mail account doesn't get rid of these SMPT servers. Resetting iPhone doesn't work because it restores them from from backup in iTunes. There should be some way to get mail app to forget every server/name/password combination you have ever entered when trying to get connected to an outgoing server.
    Lest anyone think this is unecessary, keep in mind you can't send from home via cmwx server if you get bad cell coverage. You can't send away from home if you are off your home network, and you can't send from a hotel room with wi-fi access if you have no cell coverage. I fianlly set up a mail account that can be connected to from anywhere, but now I can't get rid of all the rest!

    Seems that the only way to clear them out would be to perform a Restore in iTunes and set up as a new phone (not from backup). Note that this is also the only way to clear out the email address autofill list (and that one affects a lot more people than the SMTP server list, I'm sure).
    You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • I have an iMac, and have a Verizon DSL account. Recently, my Mac Mail keeps requesting the passwords on my account every few minutes, and will not allow me to send messages using Mac Mail. I cannot edit the outgoing server; how can I send emails?

    I have an iMac, and have a Verizon DSL account (3 email addresses). Recently, my Mac Mail keeps requesting the passwords on my accounts every few minutes, and will not allow me to send messages using Mac Mail (the message says that the outgoing server was rejected. I cannot edit the outgoing server, and the keychain will not save my passwords (the ports are valid). How can I change the outgoing server to send emails, and how can I avoid having Mail request my passwords every 2 minutes? Verizon, as usual, will not provide support to iMacs.

    Is there an email saved in your drafts or outbox folder?  I suspect that Mail is continually trying to send it, and each time Google is rejecting the email message.
    You can open the message and then delete it from your Outbox folder.  Then try removing all @gmail email addresses from it and seeing whether you can send to the other folks.  I suspect that will work.
    With email, if an SMTP server *can* verify email addresses, sometimes it will and it will refuse to send messages.  If a message has to be relayed across servers, no verification is done, and you'll get a bounce if an email address is bad.

  • Extremely low message throughput with MQ 3.6

    We performed some load tests to determine maximum throughput of the Sun JMS framework when used in conditions similar to our application.
    The achieved throughput is extremely low: around 10 messages / second while we expected around 100. Could you please verify what may be the reason?
    We encountered one particular problem: the time of closing JMS producers increases much during the test. Message throughput decreases proportionally. Time periods of other phases of the JMS API usage remain constant. What can be the reason?
    detailed information:
    Our configuration used:
    server machine:
    cpu: Intel Celeron 2.8 Ghz
    ram: 1GB
    os: CentOS release 4.4 (Final), 2.6.9-42.0.3.EL
    application server: Sun Java System Application Server Enterprise Edition 8.1 2005Q2 UR2
    java version: 1.5.0_04
    we use default imqbroker configuration
    client machine:
    Intel Celeron 2Ghz
    ram: 512MB
    os: Fedora Core release 3, 2.6.12-1.1381_FC3
    java version: 1.4.02
    Test description (find attached test unit sources presenting our way of using JMS API):
    Load test is performed by running a number of concurrent test units against the JMS broker. Number of units is constant in time. Additionally, every unit test at the end of its life cycle launches another unit to keep long test time perspective.
    Each test unit is self-contained. It contains of a producer and a consumer (MessageListener). It sends messages to itself . Also each message unit sleeps for some time to simulate message processing.
    Messages are non-persistent, no durable subscriptions are used. All units are using one shared Queue for whole messaging. Message selectors are utilized to guarantee that messages are delivered to intended receiver.
    By this test we wanted to determine a maximum value of message throughput for which all messages are delivered successfully and in some reasonable time (say less than 1 minute).
    Some variations of test units are possible, e.g. JMS connections and/or sessions can be open/closed for every sent message or shared among multiple producers. But (contrary to our expectations) we encountered no visible differences in message throughput and message delivery time.
    Code of test units:
    Sender.java
    package pl.ericpol.jmstest;
    import javax.jms.Connection;
    import javax.jms.JMSException;
    import javax.jms.MessageProducer;
    import javax.jms.Session;
    public class Sender{
         private UnitTest unitTest = null;
         private Connection connection = null;
         private Session session = null;
         private MessageProducer producer = null;
         private String selector = null;
         public Sender(Connection con, Session session, MessageProducer producer, String selector, UnitTest unitTest){
         public void send() {
              try {
                   boolean closeSession = false;
                   boolean closeProducer = false;
                   if(this.session == null){
                        this.session = this.connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                        closeSession = true;
                   if(this.producer == null){
                        this.producer = this.unitTest.createProducer(this.session);
                        closeProducer = true;
                   this.producer.send(this.unitTest.createMessage(this.session, this.selector));
                   if(closeProducer){
                        this.producer.close();
                        this.producer = null;
                   if(closeSession){
                        this.session.close();
                        this.session = null;
              } catch (JMSException e) {
                   e.printStackTrace();
    Receiver.java
    package pl.ericpol.jmstest;
    import javax.jms.Connection;
    import javax.jms.ConnectionFactory;
    import javax.jms.Destination;
    import javax.jms.JMSException;
    import javax.jms.Message;
    import javax.jms.MessageConsumer;
    import javax.jms.MessageListener;
    import javax.jms.MessageProducer;
    import javax.jms.Session;
    import javax.jms.TextMessage;
    public class Receiver extends Thread implements MessageListener{
         private Connection connection = null;
         private Session session = null;
         private Destination destination = null;
         private MessageConsumer consumer = null;
         private Connection sendConnection = null;
         private Session sendSession = null;
         private MessageProducer producer = null;
         private String qname = null;
         private String selector = null;
         private int messagesToReceive = -1;
         private int delay = -1;
         private UnitTest unitTest = null;
         private boolean active = true;
         private long[][] localStats = null;
         private Boolean monitor = new Boolean(true);
         public Receiver(ConnectionFactory cf, Connection sendConnection, Session sendSession, MessageProducer producer,
                   String code, UnitTest unit){
              try {
                   this.connection = cf.createConnection();
                   this.session = this.connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   this.destination = this.session.createQueue(this.qname);
                   this.consumer = this.session.createConsumer(this.destination, UnitTest.KEY + " = '" + code + "'");
                   this.consumer.setMessageListener(this);
                   this.connection.start();
                   this.producer = producer;
                   this.sendSession = sendSession;
                   this.sendConnection = sendConnection;
              } catch (JMSException e) {
                   e.printStackTrace();
              } catch (NumberFormatException e1) {
                   e1.printStackTrace();
         public void run() {
              if(this.consumer == null){
              } else {
                   this.sleep(0);
                   this.close();
                   TestManager.getInstance().unitTestFinished();
         public synchronized void onMessage(Message arg0) {
              Message message = arg0;
              if(this.active){
                   if(message == null){
                   } else {
                        if(message instanceof TextMessage){
                                  this.registerDeliveryTime(this.localStats.length - this.messagesToReceive, message);
                                  this.sleep(this.delay);
                                  synchronized(this.monitor){
                                       if(--this.messagesToReceive == 0){
                                            this.unitTest.messagesReceived();
                                       } else {
                                            if(this.active){
                                                 this.send();     
                        } else {
              } else {
              if(! this.active){
                   this.notify();
         public synchronized void deactivate(){
         public int getMessagesToReceive(){
              return this.messagesToReceive;
         private void send(){
              try {
                   boolean closeSession = false;
                   boolean closeProducer = false;
                   if(this.sendSession == null){
                        this.sendSession = this.sendConnection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                        closeSession = true;
                   if(this.producer == null){
                        this.producer = this.unitTest.createProducer(this.sendSession);
                        closeProducer = true;
                   this.producer.send(this.unitTest.createMessage(this.sendSession, this.selector));
                   if(closeProducer){
                        this.producer.close();
                        this.producer = null;
                   if(closeSession){
                        this.sendSession.close();
                        this.sendSession = null;
              } catch (JMSException e) {
                   e.printStackTrace();
         private synchronized void sleep(int delay){
         private void registerDeliveryTime(int index, Message message){
         private synchronized void close(){
              try {
                   if(this.producer != null){
                        this.producer.close();
                   if(this.sendSession != null){
                        this.sendSession.close();
                        this.sendSession = null;
                   if(this.sendConnection != null){
                        this.sendConnection.close();
                        this.sendConnection = null;
                   if(this.consumer != null){
                        this.consumer.close();
                        this.consumer = null;
                   if(this.session != null){
                        this.session.close();
                        this.session = null;
                   if(this.connection != null){
                        this.connection.close();
                        this.connection = null;
              } catch (JMSException e) {
                   e.printStackTrace();
    TestUnit.java
    package pl.ericpol.jmstest;
    import java.util.HashMap;
    import java.util.Iterator;
    import javax.jms.Connection;
    import javax.jms.DeliveryMode;
    import javax.jms.JMSException;
    import javax.jms.MessageProducer;
    import javax.jms.Session;
    import javax.jms.TextMessage;
    import com.sun.messaging.ConnectionFactory;
    import com.sun.messaging.QueueConnectionFactory;
    public class UnitTest extends Thread{
         public static final String KEY = "Type";
         private ConnectionFactory cf = null;
         private Connection sendConnection = null;
         private Session sendSession = null;
         private MessageProducer producer = null;
         private int delay = -1;
         private int messagesPerCall = -1;
         private int loop = -1;
         private int timeOut = -1;
         private int maxLoops = -1;
         private boolean waitingFlag = false;
         private boolean messagesReceived = false;
         public UnitTest(int loop){
              try {               
                   this.cf = new QueueConnectionFactory();
                   this.applyProps(this.cf, Properties.getInstance().getSunProps());
                   this.sendConnection = this.cf.createConnection();
                   if(sharedProducer){
                        this.sendSession = this.sendConnection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                        this.producer = this.createProducer(this.sendSession);
                   } else if(sharedSession){
                        this.sendSession = this.sendConnection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   this.sendConnection.start();
              } catch (NumberFormatException e){
                   MyLogger.logger.error("number format exception!!");
              } catch (JMSException e) {
                   e.printStackTrace();
         public void run(){
              String selector = String.valueOf(Randomizer.getRandInt(Integer.MAX_VALUE));
              Receiver receiver = new Receiver(this.cf, this.sendConnection, this.sendSession, this.producer, selector, this);
              receiver.start();
              long startTime = System.currentTimeMillis();
              this.send(selector);
              synchronized (this) {
                   if(! this.messagesReceived){
                        this.sleep(this.timeOut);     
              long finishTime = System.currentTimeMillis();
              receiver.deactivate();
              if(++this.loop < this.maxLoops && TestManager.getInstance().getStatus()){
                   UnitTest newTest = new UnitTest(this.loop);
                   newTest.start();
              } else {
                   TestManager.getInstance().workerFinished();
         public void messagesReceived(){
         private synchronized void sleep(int delay){
         private void applyProps(ConnectionFactory cf, HashMap props){
         private void send(String selector){
              Sender sender = new Sender(this.sendConnection, this.sendSession, this.producer, selector, this);
              sender.send();
         public MessageProducer createProducer(Session session){
              MessageProducer producer = null;
              String qname = (String) Properties.getInstance().getOtherProps().get(Properties.JMS_QUEUE_NAME);
              try {
                   producer = session.createProducer(session.createQueue(qname));
                   producer.setDeliveryMode(DeliveryMode.NON_PERSISTENT);
              } catch (JMSException e) {
                   e.printStackTrace();
              return producer;
         public TextMessage createMessage(Session session, String selector){
              try {
                   TextMessage message = session.createTextMessage();
                   message.setStringProperty(UnitTest.KEY, selector);
                   String messageLenAsString = (String) Properties.getInstance().getOtherProps().get(Properties.JMS_MESSAGE_LENGTH);
                   int messageLen = Integer.parseInt(messageLenAsString);
                   StringBuffer buf = new StringBuffer();
                   buf.append(selector).append("-");
                   for(int i = 0; i < messageLen; i++){
                        buf.append("x");
                   message.setText(buf.toString());
                   return message;
              } catch(NumberFormatException e){
                   MyLogger.logger.error("bad message length!!");
              } catch (JMSException e) {
                   e.printStackTrace();
              return null;
    }

    If you go here:
    http://www.sun.com/software/solaris/get.jsp
    and
    1.Check Sun Java Enterprise (or the Sun Java Application Platform Suite),
    2.Click Get Download and Media
    3. Then select Systems for windows (the bar at the top)
    I beleive you can get Message Queue 3.6 SP3 from it, by only installing the Message Queue component.
    Note: it is a large download (500 Mb for Application Platform), especially for Sun Java Enterprise...
    TE

Maybe you are looking for