Search Package Body for Keywords

I would like to know if anyone has a query to search a package body for a particular word and then return all of the procedure names where that word (or words) are found. I am in the beginning stages of a 3-5 year upgrade/re-write project and just when I think that I have been given all of the requirements "they" come up with something else. Go figure! For instance I might need to find all of the procedures for a package or packages that contain the word product. Manually searching through all of my packages is very time consuming and I'm sure that someone out there has already written a query to do this.
Any help will be greatly appreciated!
Thanks!
Randy

>
I would like to know if anyone has a query to search a package body for a particular word and then return all of the procedure names where that word (or words) are found. I am in the beginning stages of a 3-5 year upgrade/re-write project and just when I think that I have been given all of the requirements "they" come up with something else. Go figure! For instance I might need to find all of the procedures for a package or packages that contain the word product. Manually searching through all of my packages is very time consuming and I'm sure that someone out there has already written a query to do this.
>
A query? No
Would you settle for Oracle supplied functionality that can probably provide all of that cross-reference information for you?
As you can tell from all of the other replies it seems many, if not most, people are not familiar with PL/Scope, which was introduced in version 11.1 (you should always provide your 4 digit Oracle version).
>
PL/Scope is a compiler-driven tool that collects data about identifiers in PL/SQL source code at program-unit compilation time and makes it available in static data dictionary views. The collected data includes information about identifier types, usages (declaration, definition, reference, call, assigment) and the location of each usage in the source code.
PL/Scope enables the development of powerful and effective PL/Scope source code browsers that increase PL/SQL developer productivity by minimizing time spent browsing and understanding source code.
PL/Scope is intended for application developers, and will usually be used in the environment of a development database.
>
See Chapter 8 Using PL/Scope in the Advanced Appication Developer's Guide
http://docs.oracle.com/cd/B28359_01/appdev.111/b28424/adfns_plscope.htm
>
Specifying Identifier Collection
By default, PL/Scope does not collect data for identifiers in the PL/SQL source program. To have PL/Scope collect data for all identifiers in the PL/SQL source program, including identifiers in package bodies, set the PL/SQL compilation parameter PLSCOPE_SETTINGS to 'IDENTIFIERS:ALL'.
>
Without knowing your actual needs or requirements I can't speculate on whether this will give you everything you are looking for.
But don't reinvent the wheel without checking this out first.
Basically just set the compilation parameter and recompile all of the code. Then there will be static dictionary views available with the cross-reference data.
Even if you are not currently using 11g if I were you I would create an 11g sandbox with all of the objects and code (no data needed) just so you could use PL/Scope to get this cross-reference information.

Similar Messages

  • Invalid package body for flows_010500 schema

    The following package body will not compile, I ran the utlprp.sql script to recompile as sysdba and they still compile with errors. Is this the schema for version 1.5 and no loner needed if we are using 1.6 htmldb? if so can the flows_010500 be dropped?
    wwv_execute_immediate
    wwv_flow_audit
    wwv_flow_builder
    wwv_flow_collection
    wwv_flow_disp_page_plugs
    wwv_flow_imp_item
    wwv_flow_item
    wwv_flow_load_data
    wwv_flow_query
    wwv_flow_svg
    wwv_flow_svg
    wwv_flow_sw_api
    wwv_flow_util
    wwv_flow_temp
    wwv_flow_utilities
    wwv_flow_upgrade
    wwv_flow_wizard_api
    wwv_render_calendar2
    wwv_render_chart2
    wwv_render_report3

    Janice,
    If you have installed 1.6 and upgraded your 1.5 applications, you technically no longer need the FLOWS_010500 schema, and you can drop it.
    To be super conservative, you can take an export of it before dropping it, should you find the extremely unlike scenario where you would need to revert back to 1.5.
    Thanks,
    - Scott -

  • Searching attachment body using keywords

    Hi All,
    I have a very complicated requirement in Mobile Sales. The customer wants to search in the body of an Activity Attachment using a Keyword. The customer has maintained tons of attachments and this really adds value to him if he can search for an activity by using attachment body text as parameter.
    ANy suggestions how to implement this.
    Thanks,
    Anand

    You can read about that in the mozillaZine knowledge base article that I posted above:
    Difference between (small s) %s and (Capital S) %S
    1. (small s): %s will have additional substitution replacements: # by %23, % by %25, / by %2F, and @ by %40.
    2. (Capital S): %S will not have substitutions and allow use of C++ in a Google search, allow use of @ in an email substitution, allow use of a fragment-id in a url substitution index.html#example2, and use of a directory as in code/example2.txt.

  • Search email body for IP Address

    I get log files delivered to my Outlook and am having great difficulty searching for IP Addresses.
    the search box separates the octets because of the period used. (ie xxx.yyy.zzz.aaa) results are returned for every xxx or yyy or zzz or aaa.
    how do i tell outlook to search "xxx.yyy.zzz.aaa' only - (quotes don't work either)
    i tried using 'search folders' but get the same result

    Hi,
    I should take my words back. To include the '.' in the search word, you could use the Advanced Find, in the Advanced tab, create a new Field, select Message, in the Value box, type in the IP address you need to find, there you go.
    Sincerely,
    Max Meng
    Forum Support
    Come back and mark the replies as
    answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Version 3.0.04 (04.34) Quick Outline not displaying for Package Body

    All,
    I am using the latest release of SQL Developer (Version 3.0.04 Build MAIN-04.34)
    When I try and do a quick outline on one of the packages the package body node + sign disappears and the quick outline is empty apart from the package body name.
    I have checked I have no < or > in text or anonymous pl/sql blocks within procedures as per previous posts.
    The package body is over 6000 lines long but a package body which is 8000 lines displays the outline correctly.
    Has anyone else experienced this behaviour ?
    The package body has not changed and the quick outline worked in v2 versions of SQL Developer.
    Any ideas ?
    Cheers
    Chris

    Hi, I can confirm I am having the same problem as ChrisR, I have the same SQL Developer version.
    I found out that the parser have probably problems with declared functions and procedures at the beginning of the package body...
    Anyway, when I was searching what's going on, I found somewhere on the internet that this bug was reported long time ago in version 2.xx and it should be fixed in version 3.
    Here is the link
    Package Body Tree not always showing
    So I went here:
    http://www.oracleimg.com/technetwork/developer-tools/sql-developer/sqldev30-bugsfixed-349809.html
    to check if the bug is really fixed and the only similar issue I found was this bug:
    10082343      SQL Developer not displaying package body for another user
    I visited the "Known issues" site here
    http://www.oracleimg.com/technetwork/developer-tools/sql-developer/sqldev30-knownissues-349810.html
    to check if it's not listed there and...nothing
    So I searched SQL Developer forum and found this topic...
    Come on... when this is known problem, why it is not listed in Known issues section???
    This way you make users search all the developer settings, all over the internet and spend hours before they find this is know problem long time...

  • Searching For Keywords embedded in metadata tags of PDF files

    We have a large number of Adobe Acrobat PDF files that were converted from paper documents a number of years ago that we would like to store in OCS Content Services. They were bitmap imaged, so they are not OCR-readable.
    We had already embedded keywords in the metadata tag fields associated with the PDF file, but the Ultrasearch Engine in OCS does not appear to "see" them. Is there anyway to tune Ultrasearch so that it can search these fields?
    Thanks!
    Mark

    it calls for me to print out the line that the keyword is on. Is there an easy way to change what i already have to implement that or should i start from scratch again?Well, I haven't taken the time to read all your code to see exactly what you are doing, but it does look a little to complicated to me. I think I would simply read one line at a time from the file and search that line for keywords. This [url http://javaalmanac.com/egs/java.io/ReadLinesFromFile.html]link shows the general structure.

  • DBMS_METADATA Package Body won't compile

    I get a PLS-00103 error when attempting to complile the package body for SYS.DBMS_METADATA. The body hasn't been modified so I'm not sure where to look.

    Or,
    Does anyone know where in a script I can find the line that created this package and body in the first place?

  • DBMS_Stats package body is missing on unix install

    I ran dbmsstats.sql again after I got the following error message
    ORA-04068: existing state of packages has been discarded
    ORA-04067: not executed, package body "SYS.DBMS_STATS" does not exist
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    exec SYS.dbms_stats.gather_schema_stats('MYSCHEMA',CASCADE=>TRUE)
    does anyone know where the package body for this resides? Is it perhaps wrapped java that I need to load or something?
    I appreciate whatever help y'all can give me.
    thanks

    As SYS user, run catproc.sql located in $ORACLE_HOME/rdbms/admin .
    it will help create dbms_stats package for you.
    SQL> @catproc.sql
    or you can just run the below scripts (which is a part of catproc.sql)
    SQL> @prvtstas.plb
    SQL> @prvtstat.plb
    Hope it helps,
    Babu Ranagsamy

  • Errors for PACKAGE BODY WWV_FLOW_CUSTOM_AUTH_SSO

    Hi All,
    Running the below package so I can configure SSO...running into the below error.
    Any help is appreciated
    SQL> @custom_auth_sso_902.plb;
    ...wwv_flow_custom_auth_sso
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_FLOW_CUSTOM_AUTH_SSO:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'WWV_FLOW_CUSTOM_AUTH_SSO'
    without its specification

    You need to ask Apex related questions in the Apex forum.
    Include the 4 digit Oracle and Apex versions you are using when you post your problem.
    I assume that you have read how to implement SSO for Apex applications to be partner applications for Oracle App Server single sign-on authentication? If not, I suggest that you search http://tahiti.oracle.com for the relevant instructions. (cannot recall the exact manual reference - I did this 3 or 4 years ago myself)

  • Describe (Shift-F4) For Package Body

    Hi Experts,
    Just a quick query if there is an quick way of getting to view the package body from an SQL Worksheet via Shift-F4 or similar ?
    MY_CUSTOM_PACKAGE (Highlight & Shift-F4) gives me the spec, I would like to view the body (preferably have the option of viewing either spec or body/have both displayed in popup window)
    The only way I have found is to use Connection navigator, create a filter on packages with the package name and then open up the top level navigate to the body node and click to open it in another window.
    I am using ebusiness suite with 10,000's of packages in the schema, so a simple open of packages and a manual scroll is not really an option.
    Thanks

    Hi Jim,
    I have used the search however the key point is being able to select an object already in the editor or type it in and then describe and edit it from there. For example, I have a saved SQL which contains an anonymous block calling a packaged procedure that I have written. I have the package right in front of me in the SQL Worksheet, however all I can do with it at the moment is view the package spec...
    In my experience there seems to be two types of development styles out there, those who like to browse thru gui-based navigators to find things, and others who are more editor-centric in their approach (usually people who have been developing since SQL*Plus days or people who are familiar with TOAD). At the moment SQLDev while constantly improving is very much orientate towards the former.
    regards,
    Brenden

  • How do I search a spreadsheet for a list of URL's | then search those URL's for keywords | save the output? (Oh yeah..., and schedule it)

    Fist, I should mention I am not a programmer but am eagerly learning powershell!
    I am looking for an automated solution to accomplish what I am currently doing manually.  I need a script that would combine the following:
    Reach out to a list of websites (probably a loop of some sort since the list will come out of a spreadsheet which could contain 1 or 100 different sites)
    Search each page for a specific word or words (not contained in the spreadsheet though that may make it more scalable)
    Save the URL of the site(s) that contained the keywords to one text file (versus the multiple .html files I am creating today)
    Have the output contain which words it found on which site.
    If not overly complicated, I would like to schedule this to recur once a week.
    A working script would be ideal, but even the resources that show me how to incorporate each element would suffice.
    I have had success pulling down the full content of the listed pages and saving them to a directory, which requires manual intervention.
    So far this works, but it's not scalable:
         Set-ExecutionPolicy RemoteSigned
         $web = New-Object Net.WebClient
         $web.DownloadString("http://sosomesite/54321.com") | Out-File "C:\savestuffhere\54321.html"
         $web.DownloadString("http://sosomesite/54321.com") | Out-File "C:\savestuffhere\65432.html"
         Get-ChildItem -Path "C:\savestuffhere\" -Include *.html -Recurse | Select-String -Pattern "Keyword 1"
    In otherwords, I have to manually replace the "http://sosomesite/54321.com" and "C:\savestuffhere\54321.html" when the URL changes to .\65432.com and the output name to match.  That works fine when it's a couple sites, but again,
    is not scalable.  
    Then, to see if any of the saved file's contain the keyword(s), I have to search the directory for the keyword which I am using:
    Get-ChildItem -Path "C:\savestuffhere\54321.html" -Include *.html -Recurse | Select-String -Pattern "Keyword 1"

    Hi Sure-man,
    Sorry for the delay reply.
    To automatically Reach out to all urls, you can list all urls in a txt file "d:\urls.txt" like this:
    http://sosomesite/54321.com
    http://sosomesite/65432.com
    Then please try the script below to save the URL of the site(s) that contained the keywords to one text file "d:\outputurls.txt":
    $urls = get-content d:\urls.txt
    foreach($url in $urls){
    $results = $web.DownloadString("$url")
    $matches = $results | Select-String -Pattern "keyword1","keyword2"
    #Extract the text of the messages, which are contained in segments that look like keyword1 or keyword2.
    if ($matches.Matches){
    $Object = New-Object PSObject
    $Object | add-member Noteproperty keyword $matches.Matches.value
    $Object | add-member Noteproperty URL $url
    $output+=$Object}
    $output|Out-File d:\outputurls.txt
    If you want to schduled this script in Task Scheduler once a week, please save the script above as .ps1 file, and follow this article:
    Weekend Scripter: Use the Windows Task Scheduler to Run a Windows PowerShell Script
    If I have any misunderstanding, please let me know.
    I hope this helps.

  • PDF Portfolio Search for keywords

    Hello all,
    I am trying to find out how you can search a pdf portfolio for keywords that I have added into pdf documents.
    I have added the keywords through the document properties window.
    It seems odd to be able to add keywords if you can't search for them - any help greatly appreciated
    Thanks
    Matt

    Thanks, what a bummer . I was hoping for a fix or a freeware solution :P.
    Is there a way to notify Apple about this? Keywords seem poorly designed, or at least not thought through, compared to other programs.

  • Search text for keywords - innodb table

    I have a longtext column in a table that I need to search
    through for keywords. The table is in innodb format. I dont want to
    change it to myisam because I can't afford to have it lock at the
    table level... I prefer the row level of innodb.
    How can I build a search around this? It would be nice to
    have all words, any words, and exact phrase as an option, as seen
    in tom mucks extension (which i own)... however, this recordset has
    so many arrays, it's completely hand coded and they extension isn't
    suppose to work with anything but default recordsets.
    Any suggestions? How can I have a more comprehensive search
    using a innodb table?

    tom mucks extension lets you use keywords 3 ways... all
    words, any words, and exact phrase.
    http://www.tom-muck.com/extensions/help/DynamicSearchPHP/

  • I have ca. 30 pdf documents I need to search for keywords; how can I do on my MAC?

    I have ca. 30 pdf documents I need to search for keywords; when I open these documents in Adobe Reader on my MAC, it shows a Search tool; however, when I search for keywords I know are in the document, none are found.  How can I do a keyword search?

    Do you know if the text has been OCR recognised? Are the original documents "scans"?
    An easy way to find out, if you can select an individual word or letter? If you are selecting a whole block of text then the document will need to be put through Optical Character Recognition (OCR) software first to enable you to keyword search.

  • Searching for keyword "Ford" in Mail app, shuts down the app with no response

    Hi,
    I searched my mails with Keyword "FORD", and then the mail app just shuts down without any response.
    Please check the diagnostic code for more information. Provide me with solution asap.
    Vivek

    {"app_name":"MobileMail","app_version":"1.0.0","bundleID":"com.apple.mobilemail" ,"adam_id":0,"os_version":"iPhone OS 8.1.3 (12B466)","slice_uuid":"4b48abd9-90e9-3dbe-a47d-b1cbf328da9e","share_with_app_d evs":false,"build_version":"53","is_first_party":true,"bug_type":"109","name":"M obileMail"}
    Incident Identifier: F88A90BF-A535-442B-AF70-B47F440BB339
    CrashReporter Key:   26449da9de7f92eef2a1b5775fa00d903ce1f8f6
    Hardware Model:      iPhone7,2
    Process:             MobileMail [1564]
    Path:                /Applications/MobileMail.app/MobileMail
    Identifier:          com.apple.mobilemail
    Version:             53 (1.0.0)
    Code Type:           ARM-64 (Native)
    Parent Process:      launchd [1]
    Date/Time:           2015-02-14 01:27:45.003 +0530
    Launch Time:         2015-02-14 01:27:38.142 +0530
    OS Version:          iOS 8.1.3 (12B466)
    Report Version:      105
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Triggered by Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib         0x0000000195127270 0x19510c000 + 111216
    1   libsystem_pthread.dylib       0x00000001951c5224 0x1951c0000 + 21028
    2   libsystem_c.dylib             0x000000019509eb14 0x19503c000 + 404244
    3   libsystem_malloc.dylib         0x000000019515cd74 0x195150000 + 52596
    4   libsystem_malloc.dylib         0x000000019515d130 0x195150000 + 53552
    5   libsystem_malloc.dylib         0x0000000195155708 0x195150000 + 22280
    6   libsystem_malloc.dylib         0x0000000195153b0c 0x195150000 + 15116
    7   CoreFoundation                 0x0000000184227bb8 0x184130000 + 1014712
    8   CoreFoundation                 0x0000000184135160 0x184130000 + 20832
    9   CoreFoundation                 0x000000018421eaac 0x184130000 + 977580
    10  CoreFoundation                 0x000000018423bd48 0x184130000 + 1097032
    11  Foundation                     0x000000018504793c 0x185034000 + 80188
    12  Foundation                     0x00000001850478c4 0x185034000 + 80068
    13  UIFoundation                   0x00000001911ecaa8 0x19116c000 + 527016
    14  UIFoundation                   0x00000001911ecc70 0x19116c000 + 527472
    15  UIFoundation                   0x0000000191195f08 0x19116c000 + 171784
    16  UIFoundation                   0x00000001911822b4 0x19116c000 + 90804
    17  UIFoundation                   0x0000000191183d94 0x19116c000 + 97684
    18  UIFoundation                   0x0000000191184500 0x19116c000 + 99584
    19  UIFoundation                   0x000000019118d4a0 0x19116c000 + 136352
    20  UIFoundation                   0x0000000191182944 0x19116c000 + 92484
    21  UIFoundation                   0x0000000191183d94 0x19116c000 + 97684
    22  UIFoundation                   0x0000000191190c6c 0x19116c000 + 150636
    23  UIFoundation                   0x00000001911b9eb0 0x19116c000 + 319152
    24  MobileMail                     0x000000010018baf4 0x10008c000 + 1047284
    25  MobileMail                     0x0000000100111b50 0x10008c000 + 547664
    26  MobileMail                     0x0000000100111ab8 0x10008c000 + 547512
    27  MobileMail                     0x0000000100111700 0x10008c000 + 546560
    28  UIKit                         0x0000000188a86cec 0x1889f4000 + 601324
    29  QuartzCore                     0x0000000188389c10 0x18834c000 + 252944
    30  QuartzCore                     0x000000018837433c 0x18834c000 + 164668
    31  QuartzCore                     0x0000000188373918 0x18834c000 + 162072
    32  QuartzCore                     0x00000001883734a0 0x18834c000 + 160928
    33  QuartzCore                     0x0000000188354758 0x18834c000 + 34648
    34  QuartzCore                     0x0000000188354410 0x18834c000 + 33808
    35  QuartzCore                     0x0000000188353c04 0x18834c000 + 31748
    36  QuartzCore                     0x0000000188353988 0x18834c000 + 31112
    37  QuartzCore                     0x000000018834d3b8 0x18834c000 + 5048
    38  CoreFoundation                 0x000000018420ea4c 0x184130000 + 911948
    39  CoreFoundation                 0x000000018420b9d8 0x184130000 + 899544
    40  CoreFoundation                 0x000000018420bdb8 0x184130000 + 900536
    41  CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    42  GraphicsServices               0x000000018d2d35a0 0x18d2c8000 + 46496
    43  UIKit                         0x0000000188a6aaa0 0x1889f4000 + 486048
    44  MobileMail                     0x00000001000902c4 0x10008c000 + 17092
    45  libdyld.dylib                 0x000000019500ea04 0x19500c000 + 10756
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib         0x000000019510cc94 0x19510c000 + 3220
    1   libdispatch.dylib             0x0000000194ff497c 0x194fe4000 + 67964
    2   libdispatch.dylib             0x0000000194fe73b0 0x194fe4000 + 13232
    Thread 2:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 3:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 4:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 5:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 6:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 7:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 8 name:  Dispatch queue: NSOperationQueue 0x17442d120 :: NSOperation 0x1742ebd00
    Thread 8:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c2fe0 0x1951c0000 + 12256
    2   Foundation                     0x0000000185097c5c 0x185034000 + 408668
    3   MobileMail                     0x00000001001d96d0 0x10008c000 + 1365712
    4   MobileMail                     0x00000001001d9bf8 0x10008c000 + 1367032
    5   Foundation                     0x00000001850505b8 0x185034000 + 116152
    6   Foundation                     0x0000000185112208 0x185034000 + 909832
    7   libdispatch.dylib             0x0000000194fe5368 0x194fe4000 + 4968
    8   libdispatch.dylib             0x0000000194fef4bc 0x194fe4000 + 46268
    9   libdispatch.dylib             0x0000000194fe8470 0x194fe4000 + 17520
    10  libdispatch.dylib             0x0000000194ff1220 0x194fe4000 + 53792
    11  libdispatch.dylib             0x0000000194ff2758 0x194fe4000 + 59224
    12  libsystem_pthread.dylib       0x00000001951c12e0 0x1951c0000 + 4832
    13  libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 9:
    0   libsystem_kernel.dylib         0x0000000195127c78 0x19510c000 + 113784
    1   libsystem_pthread.dylib       0x00000001951c1390 0x1951c0000 + 5008
    2   libsystem_pthread.dylib       0x00000001951c0fa4 0x1951c0000 + 4004
    Thread 10 name:  CommonUtilities-WiFi-Thread
    Thread 10:
    0   libsystem_kernel.dylib         0x000000019510ce7c 0x19510c000 + 3708
    1   libsystem_kernel.dylib         0x000000019510ccf4 0x19510c000 + 3316
    2   CoreFoundation                 0x000000018420decc 0x184130000 + 909004
    3   CoreFoundation                 0x000000018420be20 0x184130000 + 900640
    4   CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    5   CoreFoundation                 0x000000018418b1f8 0x184130000 + 373240
    6   CommonUtilities               0x000000018af4aa08 0x18af44000 + 27144
    7   Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    8   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    9   libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    10  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 11:
    0   libsystem_kernel.dylib         0x000000019510ce7c 0x19510c000 + 3708
    1   libsystem_kernel.dylib         0x000000019510ccf4 0x19510c000 + 3316
    2   CoreFoundation                 0x000000018420decc 0x184130000 + 909004
    3   CoreFoundation                 0x000000018420be20 0x184130000 + 900640
    4   CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    5   Foundation                     0x00000001850417a0 0x185034000 + 55200
    6   Foundation                     0x000000018509be94 0x185034000 + 425620
    7   Message                       0x000000018de76248 0x18de6c000 + 41544
    8   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    9   libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    10  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 12:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de01728 0x18ddf4000 + 55080
    12  Message                       0x000000018df0bcd4 0x18de6c000 + 654548
    13  IMAP                           0x000000018ddfb29c 0x18ddf4000 + 29340
    14  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    15  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    16  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    17  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    18  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    19  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    20  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    21  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    22  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    23  Message                       0x000000018df11d38 0x18de6c000 + 679224
    24  Message                       0x000000018de7d590 0x18de6c000 + 71056
    25  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    26  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    27  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    28  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 13:
    0   libsystem_kernel.dylib         0x000000019510ce7c 0x19510c000 + 3708
    1   libsystem_kernel.dylib         0x000000019510ccf4 0x19510c000 + 3316
    2   CoreFoundation                 0x000000018420decc 0x184130000 + 909004
    3   CoreFoundation                 0x000000018420be20 0x184130000 + 900640
    4   CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    5   Foundation                     0x00000001850417a0 0x185034000 + 55200
    6   Foundation                     0x000000018509be94 0x185034000 + 425620
    7   DAEAS                         0x000000018bac5d9c 0x18bac4000 + 7580
    8   Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    9   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    10  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    11  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 14:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de02848 0x18ddf4000 + 59464
    12  IMAP                           0x000000018ddf7ec8 0x18ddf4000 + 16072
    13  IMAP                           0x000000018ddfaf10 0x18ddf4000 + 28432
    14  IMAP                           0x000000018ddfb57c 0x18ddf4000 + 30076
    15  IMAP                           0x000000018de018d0 0x18ddf4000 + 55504
    16  IMAP                           0x000000018de3d94c 0x18ddf4000 + 301388
    17  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    18  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    19  IMAP                           0x000000018de3b2b8 0x18ddf4000 + 291512
    20  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    21  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    22  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    23  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    24  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    25  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    26  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    27  Message                       0x000000018df11d38 0x18de6c000 + 679224
    28  Message                       0x000000018de7d590 0x18de6c000 + 71056
    29  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    30  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    31  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    32  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 15:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018defc3e0 0x18de6c000 + 590816
    6   Message                       0x000000018def8098 0x18de6c000 + 573592
    7   Message                       0x000000018def7cb4 0x18de6c000 + 572596
    8   Message                       0x000000018defcaa8 0x18de6c000 + 592552
    9   Message                       0x000000018df06b28 0x18de6c000 + 633640
    10  Message                       0x000000018df06a38 0x18de6c000 + 633400
    11  Message                       0x000000018defd4a4 0x18de6c000 + 595108
    12  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    13  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    14  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    15  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    16  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    17  Message                       0x000000018df11d38 0x18de6c000 + 679224
    18  Message                       0x000000018de7d590 0x18de6c000 + 71056
    19  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    20  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    21  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    22  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 16:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de02848 0x18ddf4000 + 59464
    12  IMAP                           0x000000018ddf7ec8 0x18ddf4000 + 16072
    13  IMAP                           0x000000018ddfaf10 0x18ddf4000 + 28432
    14  IMAP                           0x000000018ddfb57c 0x18ddf4000 + 30076
    15  IMAP                           0x000000018de018d0 0x18ddf4000 + 55504
    16  Message                       0x000000018df0bcd4 0x18de6c000 + 654548
    17  IMAP                           0x000000018ddfb29c 0x18ddf4000 + 29340
    18  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    19  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    20  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    21  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    22  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    23  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    24  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    25  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    26  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    27  Message                       0x000000018df11d38 0x18de6c000 + 679224
    28  Message                       0x000000018de7d590 0x18de6c000 + 71056
    29  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    30  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    31  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    32  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 17:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de02848 0x18ddf4000 + 59464
    12  IMAP                           0x000000018ddf7ec8 0x18ddf4000 + 16072
    13  IMAP                           0x000000018ddfaf10 0x18ddf4000 + 28432
    14  IMAP                           0x000000018ddfb57c 0x18ddf4000 + 30076
    15  IMAP                           0x000000018de018d0 0x18ddf4000 + 55504
    16  Message                       0x000000018df0bcd4 0x18de6c000 + 654548
    17  IMAP                           0x000000018ddfb29c 0x18ddf4000 + 29340
    18  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    19  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    20  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    21  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    22  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    23  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    24  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    25  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    26  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    27  Message                       0x000000018df11d38 0x18de6c000 + 679224
    28  Message                       0x000000018de7d590 0x18de6c000 + 71056
    29  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    30  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    31  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    32  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 18:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9d39c 0x18de6c000 + 201628
    4   Message                       0x000000018de98ac4 0x18de6c000 + 182980
    5   Message                       0x000000018de97f08 0x18de6c000 + 179976
    6   IMAP                           0x000000018ddf94a8 0x18ddf4000 + 21672
    7   IMAP                           0x000000018ddf9804 0x18ddf4000 + 22532
    8   IMAP                           0x000000018ddf99e0 0x18ddf4000 + 23008
    9   IMAP                           0x000000018de2e700 0x18ddf4000 + 239360
    10  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    11  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    12  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    13  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    14  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    15  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    16  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    17  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    18  Message                       0x000000018df11d38 0x18de6c000 + 679224
    19  Message                       0x000000018de7d590 0x18de6c000 + 71056
    20  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    21  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    22  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    23  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 19:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de02848 0x18ddf4000 + 59464
    12  IMAP                           0x000000018ddf7ec8 0x18ddf4000 + 16072
    13  IMAP                           0x000000018ddfaf10 0x18ddf4000 + 28432
    14  IMAP                           0x000000018ddfb57c 0x18ddf4000 + 30076
    15  IMAP                           0x000000018de018d0 0x18ddf4000 + 55504
    16  Message                       0x000000018df0bcd4 0x18de6c000 + 654548
    17  IMAP                           0x000000018ddfb29c 0x18ddf4000 + 29340
    18  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    19  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    20  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    21  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    22  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    23  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    24  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    25  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    26  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    27  Message                       0x000000018df11d38 0x18de6c000 + 679224
    28  Message                       0x000000018de7d590 0x18de6c000 + 71056
    29  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    30  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    31  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    32  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 20:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Message                       0x000000018de9b4a8 0x18de6c000 + 193704
    4   Message                       0x000000018de9aef4 0x18de6c000 + 192244
    5   Message                       0x000000018de9aa3c 0x18de6c000 + 191036
    6   Message                       0x000000018de9a824 0x18de6c000 + 190500
    7   IMAP                           0x000000018de023e0 0x18ddf4000 + 58336
    8   IMAP                           0x000000018de14f1c 0x18ddf4000 + 134940
    9   IMAP                           0x000000018ddfa8ac 0x18ddf4000 + 26796
    10  IMAP                           0x000000018ddfa960 0x18ddf4000 + 26976
    11  IMAP                           0x000000018de02848 0x18ddf4000 + 59464
    12  IMAP                           0x000000018ddf7ec8 0x18ddf4000 + 16072
    13  IMAP                           0x000000018ddfaf10 0x18ddf4000 + 28432
    14  IMAP                           0x000000018ddfb57c 0x18ddf4000 + 30076
    15  IMAP                           0x000000018de018d0 0x18ddf4000 + 55504
    16  IMAP                           0x000000018de3d94c 0x18ddf4000 + 301388
    17  IMAP                           0x000000018de2e720 0x18ddf4000 + 239392
    18  IMAP                           0x000000018de2f09c 0x18ddf4000 + 241820
    19  IMAP                           0x000000018de3b2b8 0x18ddf4000 + 291512
    20  IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    21  IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    22  Message                       0x000000018de8fa04 0x18de6c000 + 145924
    23  MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    24  CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    25  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    26  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    27  Message                       0x000000018df11d38 0x18de6c000 + 679224
    28  Message                       0x000000018de7d590 0x18de6c000 + 71056
    29  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    30  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    31  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    32  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 21:
    0   libsystem_kernel.dylib         0x00000001951270c0 0x19510c000 + 110784
    1   libsystem_pthread.dylib       0x00000001951c1548 0x1951c0000 + 5448
    2   Foundation                     0x000000018503e4bc 0x185034000 + 42172
    3   MIME                           0x000000018da6c150 0x18da40000 + 180560
    4   IMAP                           0x000000018de2ed50 0x18ddf4000 + 240976
    5   IMAP                           0x000000018de26fec 0x18ddf4000 + 208876
    6   IMAP                           0x000000018de1de54 0x18ddf4000 + 171604
    7   Message                       0x000000018de8fa04 0x18de6c000 + 145924
    8   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    9   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    10  CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    11  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    12  Message                       0x000000018df11d38 0x18de6c000 + 679224
    13  Message                       0x000000018de7d590 0x18de6c000 + 71056
    14  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    15  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    16  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    17  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 22:
    0   libsystem_kernel.dylib         0x000000019510ce7c 0x19510c000 + 3708
    1   libsystem_kernel.dylib         0x000000019510ccf4 0x19510c000 + 3316
    2   CoreFoundation                 0x000000018420decc 0x184130000 + 909004
    3   CoreFoundation                 0x000000018420be20 0x184130000 + 900640
    4   CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    5   Foundation                     0x00000001850417a0 0x185034000 + 55200
    6   Foundation                     0x000000018509be94 0x185034000 + 425620
    7   Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    8   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    9   libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    10  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 23 name:  com.apple.NSURLConnectionLoader
    Thread 23:
    0   libsystem_kernel.dylib         0x000000019510ce7c 0x19510c000 + 3708
    1   libsystem_kernel.dylib         0x000000019510ccf4 0x19510c000 + 3316
    2   CoreFoundation                 0x000000018420decc 0x184130000 + 909004
    3   CoreFoundation                 0x000000018420be20 0x184130000 + 900640
    4   CoreFoundation                 0x00000001841390a0 0x184130000 + 37024
    5   CFNetwork                     0x0000000183c3e4e4 0x183ba0000 + 648420
    6   Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    7   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    8   libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    9   libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 24 name:  com.apple.CFSocket.private
    Thread 24:
    0   libsystem_kernel.dylib         0x0000000195127498 0x19510c000 + 111768
    1   CoreFoundation                 0x00000001842138c4 0x184130000 + 932036
    2   libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    3   libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    4   libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 25:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 26:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 27:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 28:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 29:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 30:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 31:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 32:
    0   libsystem_kernel.dylib         0x0000000195127078 0x19510c000 + 110712
    1   libsystem_pthread.dylib       0x00000001951c301c 0x1951c0000 + 12316
    2   Foundation                     0x000000018504d244 0x185034000 + 102980
    3   Foundation                     0x0000000185049f98 0x185034000 + 90008
    4   MIME                           0x000000018da6cd24 0x18da40000 + 183588
    5   Message                       0x000000018de8fce4 0x18de6c000 + 146660
    6   Message                       0x000000018de8f898 0x18de6c000 + 145560
    7   MobileMail                     0x00000001000ad7f4 0x10008c000 + 137204
    8   CoreFoundation                 0x000000018425c3bc 0x184130000 + 1229756
    9   CoreFoundation                 0x000000018415a134 0x184130000 + 172340
    10  Message                       0x000000018de7d8ac 0x18de6c000 + 71852
    11  Message                       0x000000018df11d38 0x18de6c000 + 679224
    12  Message                       0x000000018de7d590 0x18de6c000 + 71056
    13  Foundation                     0x0000000185129ba8 0x185034000 + 1006504
    14  libsystem_pthread.dylib       0x00000001951c3e7c 0x1951c0000 + 15996
    15  libsystem_pthread.dylib       0x00000001951c3dd8 0x1951c0000 + 15832
    16  libsystem_pthread.dylib       0x00000001951c0fac 0x1951c0000 + 4012
    Thread 0 crashed with ARM Thread State (64-bit):
        x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
        x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x0000000000000001   x7: 0x0000000000000000
        x8: 0x0000000008000000   x9: 0x0000000004000000  x10: 0x0000000000000000  x11: 0x00000000fffffff0
       x12: 0x00000000fffffff0  x13: 0x0000000195167346  x14: 0x0000000000000053  x15: 0x000000000000004d
       x16: 0x0000000000000148  x17: 0x0000000000000010  x18: 0x0000000000000000  x19: 0x0000000000000006
       x20: 0x0000000198cbb310  x21: 0x0000000000000001  x22: 0x0000000195167557  x23: 0x000000013e265e08
       x24: 0x0000000000000000  x25: 0x0000000000000042  x26: 0x0000000000000016  x27: 0x0000000000001319
       x28: 0x000000000000132f  fp: 0x000000016fd70450   lr: 0x00000001951c5228
        sp: 0x000000016fd70430   pc: 0x0000000195127270 cpsr: 0x00000000
    Binary Images:
    0x10008c000 - 0x10024ffff MobileMail arm64  <4b48abd990e93dbea47db1cbf328da9e> /Applications/MobileMail.app/MobileMail
    0x120010000 - 0x120037fff dyld arm64  <21c893f791653e989e1c3e15446d772b> /usr/lib/dyld
    0x1825b0000 - 0x1825b9fff AccessibilitySettingsLoader arm64  <405bc785101a38439b0d4fda94536e0c> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/Accessi bilitySettingsLoader
    0x182a30000 - 0x182bc3fff AVFoundation arm64  <c9cd60a62cfb3e77be72db6cd3062a09> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x182bc4000 - 0x182c28fff libAVFAudio.dylib arm64  <017d90360b443ae788ef31cfd73d17f6> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
    0x182c6c000 - 0x182c6cfff Accelerate arm64  <e9ba7838f51634a7b59ed392be50e86f> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x182c84000 - 0x182ea3fff vImage arm64  <da44067fc79931c7aef1b7e88bf82a83> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x182ea4000 - 0x182f4bfff libBLAS.dylib arm64  <e5276e7784ef34a4baca480264978ea0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x182f4c000 - 0x1832c6fff libLAPACK.dylib arm64  <165b05f9f75736d5ae8f5f39293bd6e7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x1832c8000 - 0x1832ddfff libLinearAlgebra.dylib arm64  <5574ec3bd4e537e1b662d38a63aec58b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LinearAlgebra.dylib
    0x1832e0000 - 0x183348fff libvDSP.dylib arm64  <004f5668574139bc906c5fa4fdced3b1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x18334c000 - 0x18336ffff libvMisc.dylib arm64  <5790e7ace143367ea6f2428852be384e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x183370000 - 0x183370fff vecLib arm64  <211d7711a6e93fe8ae6d6b42585cad2d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x183374000 - 0x1833a2fff Accounts arm64  <2508d336b9893176ad4e1bc67ff04188> /System/Library/Frameworks/Accounts.framework/Accounts
    0x1833a8000 - 0x18342afff AddressBook arm64  <09e2e24ef5e23fb8a62ae209466a64bd> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x18342c000 - 0x18357cfff AddressBookUI arm64  <e79239b432af33e783296d2a9841578e> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x183580000 - 0x183593fff AssetsLibrary arm64  <d376d132d1053a928e3b5b199d92eabe> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x183744000 - 0x183a01fff AudioToolbox arm64  <f0b739a395993b808d66e85e1a6e9f18> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x183ba0000 - 0x183dabfff CFNetwork arm64  <68adcebf440d30769bd2d67adc7932a2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x183dac000 - 0x183e43fff CloudKit arm64  <8f226c83b2793a0db1eefa14d697c04b> /System/Library/Frameworks/CloudKit.framework/CloudKit
    0x183e44000 - 0x183ea9fff CoreAudio arm64  <10aae62ba1c43dd29bc678fbf0f985ef> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x183ecc000 - 0x183eedfff CoreBluetooth arm64  <b30de1ce792a318aa125a84b06e8a95d> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x183ef0000 - 0x18412efff CoreData arm64  <33c0d795a45e35c9affed5cf9d83a8a1> /System/Library/Frameworks/CoreData.framework/CoreData
    0x184130000 - 0x18448cfff CoreFoundation arm64  <83a9627362

Maybe you are looking for

  • How to find a string inside Excel table

    Hi, I am trying to find a string inside Excel table, and it does not work. Please see attached figure. I use the find Invoke Node and do not get anthing. Please help Attachments: find_excel.JPG ‏21 KB

  • Incompletion Procedure Problem

    Hi ! Please suggest a solution to this- I activated Incompletion procedures for Sales Document Types. However a field-WBS element is configured previously. If  the Z9 Incompletion procedure is activated, with the WBS field removed, then new Sales Ord

  • How can I play xbox games on my macbook pro??

    I travel a lot and I cannot take my xbox with me everywhere I go. I have a macbook pro and want to be able to play xbox games on my mac. Is there anyway I can do this? Safely?

  • Functions in script objects not being recognized after certain point

    Hi all, I'm wondering if anyone has figured out why after normally about 300-500 lines of JavaScript in a Script Object, sometimes the functions near the end are no longer recognized by the XFA processor when referenced ("TypeError: Scripts.myFunctio

  • Data Source Transport Problem

    Hi, I am trying to transport some BW Objects ( InfoCubes, IO, DTPs, Transformations, Datasources) from my SAP Bw Dev system to some other SAP BW dev system E15 010. All the Objects have been correctly transported but the DataSources as well as the co