Startup after patching (9654983) ORA-32004

I patched a nearly identical system before this one with no issues however after patching this one
on attempting to startup I get :
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01092: ORACLE instance terminated. Disconnection forced.
What gives?
Thanks for any and all help in advance,
Brian

ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01092: ORACLE instance terminated. Disconnection forced.
What gives? Check the alert.log to identify the obsolete parameter and remove it.
OR
Check V$OBSOLETE_PARAMETER to see the matching on and remove it.
Then,startup the database.
-Anantha

Similar Messages

  • Initialization parameters. ORA-32004

    Hello all!
    After upgrading from 9.1.0.6 to 10.2.04 following error appears:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 872415232 bytes
    Fixed Size 1270436 bytes
    Variable Size 801115484 bytes
    Database Buffers 67108864 bytes
    Redo Buffers 2920448 bytes
    Database mounted.
    Database opened.
    My initdatabasename.ora listing:
    *.aq_tm_processes=1
    *.audit_trail='DB'
    *.background_dump_dest='/u01/app/oracle/admin/puba/bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='/u02/oradata/puba/control01.ctl','/u03/oradata/puba/control02.ctl','/u04/oradata/puba/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/puba/cdump'
    *.db_block_size=8192
    *.db_cache_size=67108864
    *.db_domain='domainname.com'
    *.db_file_multiblock_read_count=16
    *.db_name='puba'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='puba'
    *.java_pool_size=193125990
    *.job_queue_processes=6
    *.large_pool_size=193125990
    *.max_enabled_roles=100
    *.O7_DICTIONARY_ACCESSIBILITY=true
    *.open_cursors=300
    *.optimizer_index_caching=50
    *.optimizer_index_cost_adj=3
    *.pga_aggregate_target=25165824
    *.processes=750
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='NONE'
    *.shared_pool_size=193125990
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.streams_pool_size=209715200
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDO'
    *.user_dump_dest='/u01/app/oracle/admin/puba/udump'
    *.PLSQL_V2_COMPATIBILITY = FALSE
    *.PLSQL_NATIVE_LIBRARY_DIR = ""
    *.PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT = 0
    *.session_max_open_files=200
    Old ORACLE_HOME /u01/app/oracle/product/9.2.0
    New ORACLE_HOME /u05/app/ordacle/product/10.2.0/db_1
    How to identify what parameter I should change? There is nothing in alert_.log file. It seems that nothing has been written since upgrade. I use old destination for bdump, cdump, udump. Is it right?
    Thanks for any clue how to fix this problem!

    Thanks to your replies!
    Well done!
    I copied /u01/app/oracle/admin to /u05/app/oracle/admin. Restarted database. And found in /u05/app/oracle/admin/puba/bdump/alertpuba.log following:
    Deprecated system parameters with specified values:
    max_enabled_roles
    I commited it and as the result:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  876609536 bytes
    Fixed Size                  1270436 bytes
    Variable Size             801115484 bytes
    Database Buffers           67108864 bytes
    Redo Buffers                7114752 bytes
    Database mounted.
    Database opened.
    I also checked v$parameter:
    SQL> select name from v$parameter where isdeprecated='TRUE';
    NAME
    lock_name_space
    buffer_pool_keep
    buffer_pool_recycle
    max_commit_propagation_delay
    remote_archive_enable
    log_archive_start
    parallel_server
    parallel_server_instances
    fast_start_io_target
    logmnr_max_persistent_sessions
    serial_reuse
    NAME
    max_enabled_roles
    global_context_pool_size
    plsql_compiler_flags
    sql_trace
    parallel_automatic_tuning
    drs_start
    17 rows selected.
    What I should do with this parameters? And what does the result of selection mean?

  • ORA-32004

    Hello all!
    After upgrading from 9.1.0.6 to 10.2.04 following error appears:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 872415232 bytes
    Fixed Size 1270436 bytes
    Variable Size 801115484 bytes
    Database Buffers 67108864 bytes
    Redo Buffers 2920448 bytes
    Database mounted.
    Database opened.
    My initdatabasename.ora listing:
    *.aq_tm_processes=1
    *.audit_trail='DB'
    *.background_dump_dest='/u01/app/oracle/admin/puba/bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='/u02/oradata/puba/control01.ctl','/u03/oradata/puba/control02.ctl','/u04/oradata/puba/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/puba/cdump'
    *.db_block_size=8192
    *.db_cache_size=67108864
    *.db_domain='domainname.com'
    *.db_file_multiblock_read_count=16
    *.db_name='puba'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='puba'
    *.java_pool_size=193125990
    *.job_queue_processes=6
    *.large_pool_size=193125990
    *.max_enabled_roles=100
    *.O7_DICTIONARY_ACCESSIBILITY=true
    *.open_cursors=300
    *.optimizer_index_caching=50
    *.optimizer_index_cost_adj=3
    *.pga_aggregate_target=25165824
    *.processes=750
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='NONE'
    *.shared_pool_size=193125990
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.streams_pool_size=209715200
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDO'
    *.user_dump_dest='/u01/app/oracle/admin/puba/udump'
    *.PLSQL_V2_COMPATIBILITY = FALSE
    *.PLSQL_NATIVE_LIBRARY_DIR = ""
    *.PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT = 0
    *.session_max_open_files=200
    Old ORACLE_HOME /u01/app/oracle/product/9.2.0
    New ORACLE_HOME /u05/app/ordacle/product/10.2.0/db_1
    Thanks for any clue how to fix this problem!

    You can refer the following list to verify for yourself:
    Initialization Parameters Obsolete in 10g:
    ENQUEUE_RESOURCES
    DBLINK_ENCRYPT_LOGIN
    HASH_JOIN_ENABLED
    LOG_PARALLELISM
    MAX_ROLLBACK_SEGMENTS
    MTS_CIRCUITS
    MTS_DISPATCHERS
    MTS_LISTENER_ADDRESS
    MTS_MAX_DISPATCHERS
    MTS_MAX_SERVERS
    MTS_MULTIPLE_LISTENERS
    MTS_SERVERS
    MTS_SERVICE
    MTS_SESSIONS
    OPTIMIZER_MAX_PERMUTATIONS
    ORACLE_TRACE_COLLECTION_NAME
    ORACLE_TRACE_COLLECTION_PATH
    ORACLE_TRACE_COLLECTION_SIZE
    ORACLE_TRACE_ENABLE
    ORACLE_TRACE_FACILITY_NAME
    ORACLE_TRACE_FACILITY_PATH
    PARTITION_VIEW_ENABLED
    PLSQL_NATIVE_C_COMPILER
    PLSQL_NATIVE_LINKER
    PLSQL_NATIVE_MAKE_FILE_NAME
    PLSQL_NATIVE_MAKE_UTILITY
    ROW_LOCKING
    SERIALIZABLE
    TRANSACTION_AUDITING
    UNDO_SUPPRESS_ERRORS
    Initialization Parameters Deprecated in 10g
    LOGMNR_MAX_PERSISTENT_SESSIONS
    MAX_COMMIT_PROPAGATION_DELAY
    REMOTE_ARCHIVE_ENABLE
    SERIAL_REUSE
    SQL_TRACE
    BUFFER_POOL_KEEP (replaced by DB_KEEP_CACHE_SIZE)
    BUFFER_POOL_RECYCLE (replaced by DB_RECYCLE_CACHE_SIZE)
    GLOBAL_CONTEXT_POOL_SIZE
    LOCK_NAME_SPACE
    LOG_ARCHIVE_START
    MAX_ENABLED_ROLES
    PARALLEL_AUTOMATIC_TUNING
    PLSQL_COMPILER_FLAGS (replaced by PLSQL_CODE_TYPE and PLSQL_DEBUG)
    I just quickly checked. You can remove this parameter:
    *.hash_join_enabled=TRUE
    Cheers,
    Anirban
    Edited by: user761627 on Sep 30, 2008 5:13 AM

  • ORA-16024: - ORA-32004 - Parameter modification Error

    Hi all,
    I have two errors after modifying the LOG_ARCHIVE_DEST_1 parameter. I've run this...
    ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='LOCATION=/u04/archive/EST OPTIONAL REOPEN=300' SCOPE=spfile;
    and after restarting the instance, I found these errors
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
    I checked the spfile and I discovered an error in it due this change:
    *.log_archive_dest_1='LOCATION=/u04/archive/EST OPTIONAL REPO^H^HOPEN=300'
    "^H^H" these characters were inserted because an stty config error and I was not able to see them.
    How should I procede to recover my instance?
    Thanks

    Thanks! I really appreciate your help!
    I have no need to do a recovery, I just wanted to say only bringing it open again.
    I am not able to start it up in nomount mode...
    Thanks by your help!
    EdStevens wrote:
    martinmorono wrote:
    Hi all,
    I have two errors after modifying the LOG_ARCHIVE_DEST_1 parameter. I've run this...
    ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='LOCATION=/u04/archive/EST OPTIONAL REOPEN=300' SCOPE=spfile;
    and after restarting the instance, I found these errors
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
    I checked the spfile and I discovered an error in it due this change:
    *.log_archive_dest_1='LOCATION=/u04/archive/EST OPTIONAL REPO^H^HOPEN=300'
    "^H^H" these characters were inserted because an stty config error and I was not able to see them.
    How should I procede to recover my instance?
    ThanksFirst, is your instance in need of recovery? these look like non-fatal errors to me. Since you had intended that archive destination to be optional, I presume you have another, non-optional, destination that is good?
    Are you able to do a 'startup nomount'? That's as far as you need to get to issue ALTER SYSTEM commands against the spfile to correct the bad value.
    And btw, you didn't need to bounce the system in the first place. log_archive_dest_n is a dynamic parameter - you could have specified scope=both and kept on trucking - or gotten an error at that time:
    SQL> alter system set log_archive_dest_2='location=c:  lksdjf optional' scope=both;
    alter system set log_archive_dest_2='location=c:  lksdjf optional' scope=both
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16024: parameter LOG_ARCHIVE_DEST_2 cannot be parsed
    SQL> alter system set log_archive_dest_2='location=c:\temp optional' scope=both
    System altered.
    SQL> alter system set log_archive_dest_2='' scope=both;
    System altered.
    SQL>

  • What reason ORA-32004: obsolete and/or deprecated parameter(s) specified  ?

    Hi
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Whenever i changed my test database from noarchive log mode to archive log mode, after i changed ,i startup database the above error occured.
    following steps i do it,
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    Change your database No Archive mode to Archive mode
    Your Database must in mount stage
    SQL>shutdown immediate
    SQL>startup mount
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL> alter database archivelog;
    Database altered.
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL>alter database open;
    SQL>archive log list
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence      0
    Next log sequence           0
    Current log sequence           0
    Automatic archival – Disable (the database archive mode but automatic
    archival disable
    So datas not archive.you must enable the automatic archival)
    SQL>archive log start; (session level only enabled not instance level)
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Enable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    If you want set instance level you change in parameter file
    SQL>show parameter log_archive_start
    Name                    Type           Value
    log_archive_start boolean      FALSE
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Database open.
    sql>
    But i resolved the problem
    I want know the reason why the above error occured
    database version : 10g
    os : xp ( my laptop) Not office database
    Regards
    S.Azar
    DBA

    >
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    >
    Precisely that parameter LOG_ARCHIVE_START is obsolete in 10g. You also don't need to enable the archiving with
    archive log start
    Simply changing into archive mode also brings up archiver processes since 10g :-)
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance

    Hi friends,
    i am trying to install BIW 3.0b (win-2000, oracle 9.2.0.1.0 (patch 9.1.0.4.1)& j2sdk 1_4_1)
    while installing database instance i am getting this problem.
    INFO 2007-09-26 15:57:09
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2007-09-26 15:57:09
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2007-09-26 15:58:14
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2007-09-26 15:58:35
    The 'saploc' share exists at directory 'E:\usr\sap'. Choosing drive E: as SAP System drive.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:26
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2007-09-26 16:00:33
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:02:00
    Package table created
    PHASE 2007-09-26 16:02:10
    SAP Business WareHouse
    PHASE 2007-09-26 16:02:10
    SAP Web Application Server
    PHASE 2007-09-26 16:02:10
    Request common parameters of SAP System
    PHASE 2007-09-26 16:02:10
    Create operating system accounts
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1004 ACCOUNTNAME=biwdev\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1005 ACCOUNTNAME=biwdev\SAP_BWD_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1006 ACCOUNTNAME=biwdev\SAP_BWD_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1007 ACCOUNTNAME=ORA_BWD_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1008 ACCOUNTNAME=ORA_BWD_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1009 ACCOUNTNAME=biwdev\bwdadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,biwdev\Users,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1010 ACCOUNTNAME=biwdev\SAPServiceBWD ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1844237615-963894560-725345543-1009' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight' to account 'biwdev\SAPServiceBWD' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'biwdev\bwdadm' on host 'biwdev'!
    INFO 2007-09-26 16:02:18
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2007-09-26 16:02:19
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:20
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:22
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:23
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:53
    Creating directory E:\oracle\BWD\sapdata1\system_1.
    INFO 2007-09-26 16:02:53
    Creating file system node E:\oracle\BWD/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.ORA to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.ORA with type FILE to E:\oracle\ora92\database\initBWD.ora succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.SAP to: E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.SAP with type FILE to E:\oracle\ora92\database\initBWD.sap succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.DBA to: E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.DBA with type FILE to E:\oracle\ora92\database\initBWD.dba succeeded.
    INFO 2007-09-26 16:02:55
    Processing of all file system node operations of table tORA_ServerConfig_FORMS succeeded.
    INFO 2007-09-26 16:02:57
    Processing of adapt operation tORA_ServerConfig succeeded.
    INFO 2007-09-26 16:02:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:02
    Moving file E:/oracle/ora92/database/initBWD.ora to: orig_init_ora_tmp.txt.
    INFO 2007-09-26 16:03:02
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:03:02
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2007-09-26 16:03:02
    'E:\oracle\ora92/bin/oradim -new -sid BWD -STARTMODE auto' returned with '20'.
    INFO 2007-09-26 16:03:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2007-09-26 16:03:13
    CJS-00084  SQL Statement or Script failed. Error Message: ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started.
    ERROR 2007-09-26 16:03:13
    FJS-00012  Error when executing script.
    Please let me know, what was tha problem.
    Regards,
    satish

    I suggest you upgrade your Oracle installation to 9.2.0.7 or 9.2.0.8 and then try again.
    Markus

  • ORA-32004 - LOG_ARCHIVE_START

    Hi All,
    I've received this error message during the database' startup:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 1610612736 bytes
    Fixed Size 2056504 bytes
    Variable Size 872419016 bytes
    Database Buffers 721420288 bytes
    Redo Buffers 14716928 bytes
    Database mounted.
    Database opened.
    SQL>
    I've checked the alert.log and I've found this:
    Deprecated system parameters with specified values:
    log_archive_start
    End of deprecated system parameter listing
    And the value for this parameter is set to:
    SQL> show parameter log_archive_start
    NAME TYPE VALUE
    log_archive_start boolean FALSE
    SQL>
    The same value is defined in other instances with no error at startup.
    Does anybody an idea of what's wrong?
    Thanks in advance.
    Martin

    Since I added the parameter to my instance I had to remove it as well. Below are the steps I took to remove the parameter. I had already created a pfile earlier so I used that one to start up the instance.
    Note you will see I recieve the same error on startup
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      /u01/app/oracle/product/10.2.0
                                                     /db_1/dbs/spfileora10r2.ora
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup pfile='/home/oracle/spfile.txt'
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL> create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs/spfileora10r2.ora' from pfile='/home/oracle/spfile.txt';
    File created.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL>

  • ORA-32004: obsolete and or deprecated parameter

    Oracle 11.1.7.0:
    When I startup the db I get ORA-32004. There is no trace of which parameter is obsolete in alert logs. Neither do I see that parameter in v$obsolete_parameter. How can I look at what that parameter is?

    I found it in alert log. Since it was one parameter I didn't see it clearly in the logs. This parameter was user_dump_dest. I reset this parameter. But we have a requirement to set this parameter becaus current filesystem doesn't have enough space. How can I set this so that the destination can be on different volume than $ORACLE_HOME?

  • How to solve problem After patch 10.2.0.4 applying on owb 10.2.0.1

    HI OWB Gurus,
    We have recently a patchapplied for oracle 10g .
    prev version was oracle 10 g r2 10.2.0.1
    new version is 10.2.0.4 ( patchset 4)
    After patch applied at database and owb level there are some problem we are facing like
    ETL process is very slow , cpu is going to 100% after start any mapping.
    and audit browser are not opening.
    Can any one help me on this so that we can resolve the problem.
    - Umesh

    Hi Umesh,
    This might help you in diagnosing the client's performance
    Accurate optimizer statistics are generally very important. They are gathered automatically at OWB install time and the Design Center -> Tools -> Optimize Repository menu selection is available to refresh them on an as needed basis.
    The DBA can always help by pre-expanding tablespaces, making sure multiple tablespaces are available on separate disks or disk arrays so that I/O to indexes, metadata tables, snapshot tables, DB undo and redo logs, etc., can be evenly distributed.
    With more complex metadata in this OWB release, you can expect many JDBC round-trips to the DB. Network latency can have a big impact on performance. To see how much time the owbclient uses for JDBC roundtrips to the DB, add the following line to Preference.properties in <owb home>/owb/bin/admin on your client machine:ClientProfile=true
    Run OWB, then check ClientProfile.log in the admin directory. Keep in mind that a ping to localhost is probably about 0.025 ms, to another machine in the LAN about 0.25 ms. If the roundtrips are greater than 40 ms, then the issue is likely related network latency.
    The two basic workarounds for network latency are:
    -Remote control an OWB client machine that is physically close to the server.
    -Do design-time work on a local repository, then MDL export the work for import to a central repository.
    If the client and server are not on the same (high bandwidth) LAN, then total available bandwidth may become a factor. Same thing if the DB server is heavily loaded with respect to CPU or I/O, or if all your OWB design-time metadata is located on the same tablespace on the same hard drive. Distributing projects across multiple repositories which use their own
    tablespaces spread across multiple hard drives would be very desirable.
    The object editors are more functional and complex, as such, the required processing power to render them is greater (processor > 2GHz) Also note the OWB client software is mostly single-threaded, so it won't take advantage of multiple processors on one machine.
    Long running sessions or large bulk operations (MDL import, validation, generation, deployment over large or multiple modules) can push up against the JVM memory limit. If performance begins to suffer due to memory, either:
    a)exit and restart the OWB session;
    b) if adequate physical memory exists, increase the -Xmx and -Dlimit values in the owbclient and OMBPlus startup scripts to better accommodate large operations.
    ie.
    If you have 2 GB or more, backup and edit owb\bin\win32\owbclient.bat file and modify line starting with %JAVAPATH
    ie.
    %JAVAPATH%\jre\bin\java -Xms128M -Xmx1024M -Dlimit=1024M -XX:MaxPermSize=1024M
    This will add more memory to JVM for OWB client. Do the same for owb.cl file
    Hope this will add some value.
    Best Regards,
    Prasad Bolla.

  • Error installing patch 9654983  on HPUX RAC 11.2

    Hello,
    I'm doing a new installation of a *11.2.0.1 GRID* on a HPUX Itanium 11.31 but having the following error when aplying patch 9654983:
    Running make for target client_sharedlib
    Make failed to invoke "/usr/ccs/bin/make -f *ins_net_client.mk* client_sharedlib ORACLE_HOME=/u01/app/oracle/product/crs"....'rm: /u01/app/oracle/product/crs/lib/libclntsh.so.11.1 not removed. Permission denied
    genclntsh: Failed to remove /u01/app/oracle/product/crs/lib/libclntsh.so.11.1
    and then again
    Make failed to invoke "/usr/ccs/bin/make -f *ins_rdbms.mk* client_sharedlib ORACLE_HOME=/u01/app/oracle/product/crs"....'rm: /u01/app/oracle/product/crs/lib/libclntsh.so.11.1 not removed. Permission denied
    genclntsh: Failed to remove /u01/app/oracle/product/crs/lib/libclntsh.so.11.1
    at the end I get the following errors:
    Re-link fails on target "client_sharedlib".
    Re-link fails on target "client_sharedlib".
    Can someone help me out?

    Hi,
    Are you sure that services this ORACLE_HOME were down.
    In RAC environment, choose one of the patch installation methods provided by OPatch (rolling, all node, or minimum downtime), and shutdown instances and listeners as appropriate for the installation method selected.
    This PSU patch is rolling RAC installable.
    genclntsh: Failed to remove /u01/app/oracle/product/crs/lib/libclntsh.so.11.1This usually happens when you try to remove a lib that is still loaded in memory.
    On AIX sometimes the libs are stuck in memory (after kill process), and I use the command slibclean to clear the references lib invalidated. But in HP UX I do not know if you have this command or similar.
    Regards,
    Levi Pereira
    <font size="1" color="black">Please close your thread when you get the solution to your problem.</font><br>
    <font size="1" color="black">Mark the replies answered "helpful" answer or "correct" answer that will help others with same problem.</font><br>
    <font size="1" color="black">Thanks for doing your part to make this community as valuable as possible for everyone!</font><br>

  • Problems after patch abap/java sp04 to sp07 and cimmodel/cr data on PI7.1

    hello friends,
    after patch abap/java stack aan update cim model and cr content 3.00 to 4.xx, i have the following error by url:
    http://<hostname:50000>/dir
    error:
    Internal Error
    Internal error; contact your system administrator
    Internal error: Unable to start component DIRECTORY_SERVER. Specified StartupCodeEntry class "com.sap.aii.ibdir.server.applcomp.StartupCodeEntry" does not exist
    i have manually added the parameter in exchangeprofle, but what is the right value? is this the right way?
    Thanks,
    christoph

    Guys,
    Any success????
    I am working on PI 7.1. I m also facing same issue..... when I tried to upgrade SAP-XICONS and SAP_XIPCK component from SP 4.0 to 7.0.
    In my case the SLD, RWB and NWA is working... but I am not able to access
    http://pidev:50000/dir/start/index.jsp.
    The error says:
    Internal error: Unable to start component DIRECTORY_SERVER. Specified StartupCodeEntry class "com.sap.aii.ibdir.server.applcomp.StartupCodeEntry" does not exist
    deatiled error ************************
    Stacktrace
    Thrown:
    com.sap.aii.ib.core.applcomp.StartupException: Internal error: Unable to start component DIRECTORY_SERVER. Specified StartupCodeEntry class "com.sap.aii.ibdir.server.applcomp.StartupCodeEntry" does not exist
         at com.sap.aii.ib.core.applcomp.StartupException.newEntryClassNotFound(StartupException.java:78)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:101)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
         at JEE_jsp_start_index_6931850_1232360340765_1232372432437._jspService(JEE_jsp_start_index_6931850_1232360340765_1232372432437.java:122)
         at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:433)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:295)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Initial Startup Exception
    Internal error: Unable to start component DIRECTORY_SERVER. Specified StartupCodeEntry class "com.sap.aii.ibdir.server.applcomp.StartupCodeEntry" does not exist
    Thrown:
    com.sap.aii.ib.core.applcomp.StartupException: Internal error: Unable to start component DIRECTORY_SERVER. Specified StartupCodeEntry class "com.sap.aii.ibdir.server.applcomp.StartupCodeEntry" does not exist
         at com.sap.aii.ib.core.applcomp.StartupException.newEntryClassNotFound(StartupException.java:78)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:101)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
         at com.sap.aii.ibdir.server.cache.monitoring.CacheMonitorServlet.startup(CacheMonitorServlet.java:104)
         at com.sap.aii.ibdir.server.cache.monitoring.CacheMonitorServlet.init(CacheMonitorServlet.java:45)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.sap.engine.services.servlets_jsp.server.security.PrivilegedActionImpl.run(PrivilegedActionImpl.java:97)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.sap.engine.services.servlets_jsp.server.application.WebComponents.addServlet(WebComponents.java:341)
         at com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:849)
         at com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:219)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Regards,
    Siddhesh S.Tawate

  • Import/Export problems after patching oracle from 9.2.0.1 to 9.2.0.5

    Hi, After I applied the 5 patch to oracle 9201 on Win XP the export utility has started to complain about
    EXP-00008: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00024: Export views not installed, please notify your DBA
    EXP-00000: Export terminated unsuccessfully
    And after I applied catexp.sql script, it didn't fix the issue with export, the error message has become like this:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Can someone advise, what's wrong with it? With oracle 9.2.0.1 export worked fine, after upgrade to 9.2.0.5 it fails every time it gets to the table data export stage.
    Thanks in advise

    It seems that you have found an answer in other forum :
    Imp/Exp problems after patching oracle to 9205
    Nicolas.

  • Mail crashing on startup after 10.5.6 update

    Mail crashes on startup after I did a software update.
    I repaired permissions and I tried to restore from a Time Machine backup from before the crash, but Mail is still crashing.
    Any help would be greatly appreciated.
    Thanks.
    Here is the crash report:
    Process: Mail [462]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (930.3)
    Build Info: Mail-9300300~1
    Code Type: X86 (Native)
    Parent Process: launchd [78]
    Date/Time: 2008-12-26 23:14:25.436 -0800
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 5
    Application Specific Information:
    -[MessageRouter routeQueuedMessages]
    -[MessageRouter routeQueuedMessages]
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[LibraryStore openSynchronouslyUpdatingMetadata:]
    Thread 0:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.SystemConfiguration 0x924e6a6c configget + 149
    3 com.apple.SystemConfiguration 0x924e6934 SCDynamicStoreCopyValue + 150
    4 com.apple.CFNetwork 0x9252c7b1 CFNetDiagnosticCopyNetworkStatusPassively + 177
    5 com.apple.MessageFramework 0x00455a79 -[NetworkController networkStatus] + 63
    6 com.apple.mail 0x0006fcc9 0x1000 + 453833
    7 com.apple.mail 0x0005e265 0x1000 + 381541
    8 com.apple.mail 0x001b5a8a 0x1000 + 1788554
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.Foundation 0x9550739c __NSThreadPerformPerform + 476
    12 com.apple.CoreFoundation 0x90ce75f5 CFRunLoopRunSpecific + 3141
    13 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    14 com.apple.HIToolbox 0x943f12c0 RunCurrentEventLoopInMode + 283
    15 com.apple.HIToolbox 0x943f10d9 ReceiveNextEventCommon + 374
    16 com.apple.HIToolbox 0x943f0f4d BlockUntilNextEventMatchingListInMode + 106
    17 com.apple.AppKit 0x92776d7d _DPSNextEvent + 657
    18 com.apple.AppKit 0x92776630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    19 com.apple.AppKit 0x9276f66b -[NSApplication run] + 795
    20 com.apple.AppKit 0x9273c8a4 NSApplicationMain + 574
    21 com.apple.mail 0x000fb6f2 0x1000 + 1025778
    Thread 1:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9553ad75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x95546e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d6f65 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    8 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    10 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreGraphics 0x91018aee _CGSReenableUpdateForConnections + 214
    3 com.apple.CoreGraphics 0x910189a0 CGSReenableUpdateForConnections + 390
    4 com.apple.CoreGraphics 0x91018818 CGSReenableUpdate + 32
    5 com.apple.AppKit 0x927dd204 -[NSUIHeartBeat _heartBeatThread:] + 1893
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x95569d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    6 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    8 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x90c135dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90c13464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    7 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 5 Crashed:
    0 libobjc.A.dylib 0x908a2688 objc_msgSend + 24
    1 com.apple.MessageFramework 0x0030d56a -[WebMessageDocument initWithMimePart:] + 88
    2 com.apple.mail 0x000952df 0x1000 + 606943
    3 com.apple.mail 0x0006f74e 0x1000 + 452430
    4 com.apple.mail 0x0006f188 0x1000 + 450952
    5 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    6 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    7 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    8 com.apple.MessageFramework 0x00382b29 -[InvocationOperation main] + 374
    9 com.apple.MessageFramework 0x0038294a -[InvocationOperation start] + 190
    10 com.apple.Foundation 0x95596d52 __runop + 34
    11 libSystem.B.dylib 0x92fb040f pthreadwqthread + 331
    12 libSystem.B.dylib 0x92fb02c2 start_wqthread + 30
    Thread 6:
    Thread 7:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9553ad75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x95546e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fb659 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    8 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    10 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x92f966f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    2 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94becab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    4 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0xffff0292 _spinlock + 50 (cpu_capabilities.h:234)
    1 com.apple.CoreFoundation 0x90ce97e6 _CFRelease + 342
    2 com.apple.Foundation 0x95501e4f NSPopAutoreleasePool + 431
    3 com.apple.MessageFramework 0x003009df -[MimePart(MessageSupport) parseMimeBody] + 752
    4 com.apple.MessageFramework 0x002ffb75 -[MessageStore(MessageFrameworkOnly) _fetchBodyForMessage:updateFlags:] + 293
    5 com.apple.MessageFramework 0x002ff762 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 147
    6 com.apple.MessageFramework 0x00354c99 -[Message messageBodyUpdatingFlags:] + 80
    7 com.apple.MessageFramework 0x0041aa75 -[Message calculateAttachmentInfoFromBody:numberOfAttachments:isSigned:isEncrypted:force: ] + 96
    8 com.apple.MessageFramework 0x003976a6 -[Message calculateAttachmentInfoFromBody:numberOfAttachments:isSigned:isEncrypted:] + 70
    9 com.apple.MessageFramework 0x0031643c -[MessageStore(MessageFrameworkOnly) updateMessages:updateColor:updateNumberOfAttachments:] + 1011
    10 com.apple.MessageFramework 0x002f2d87 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 750
    11 com.apple.MessageFramework 0x00316034 -[LibraryStore openSynchronouslyUpdatingMetadata:] + 50
    12 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    13 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    15 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    16 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    17 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    18 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    19 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9554e2d2 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x95506c6a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x9555a288 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.Mail.Syncer 0x13104017 0x130f0000 + 81943
    6 com.apple.Mail.Syncer 0x13103c4f 0x130f0000 + 80975
    7 com.apple.mail 0x0003878f 0x1000 + 227215
    8 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    9 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    10 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    11 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    12 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    13 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    14 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    15 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    5 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    6 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    7 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    8 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    9 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    10 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    11 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    12 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    13 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    14 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    15 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    16 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    19 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    20 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    22 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x92520052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    6 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    5 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    6 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    7 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    8 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    9 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    10 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    11 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    12 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    13 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    14 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    15 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    16 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    19 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    20 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    22 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035f2d7 -[MimePart(StringRendering) renderString:] + 4853
    5 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    6 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    7 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    8 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    9 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    10 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    11 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    12 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    13 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    14 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    15 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    16 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    17 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    18 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    19 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    20 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    21 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    22 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    23 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9554e2d2 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x95506c6a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x9555a288 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.MessageFramework 0x002f072a -[NSThread(MainThreadAdditions) performOneway:result:withTarget:selector:] + 648
    6 com.apple.MessageFramework 0x0036629a -[MessageHTMLConverter _loadWebViewOnMainThreadFromData:withTextEncodingName:orFromWebArchive:] + 122
    7 com.apple.MessageFramework 0x0036605b -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 155
    8 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    9 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    10 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    11 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    12 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    13 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    14 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    15 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    16 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    17 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    18 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    19 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    20 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    21 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    22 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    23 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    24 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    25 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    26 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    27 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x92f8913a pread$UNIX2003 + 10
    1 libsqlite3.0.dylib 0x90150210 sqlite3PagerAcquire + 3888
    2 libsqlite3.0.dylib 0x90159b55 clearDatabasePage + 181
    3 libsqlite3.0.dylib 0x90159d3a clearDatabasePage + 666
    4 libsqlite3.0.dylib 0x901aa315 sqlite3VdbeExec + 34421
    5 libsqlite3.0.dylib 0x901adea2 sqlite3Step + 386
    6 libsqlite3.0.dylib 0x9018e624 sqlite3_exec + 260
    7 com.apple.syncservices 0x93d88431 sqlite3execvprintf + 73
    8 com.apple.syncservices 0x93d10933 -[ISDDatabase(SqliteHelpers) executeWithCallback:context:rollbackOnError:sql:arguments:] + 245
    9 com.apple.syncservices 0x93d10838 -[ISDDatabase(SqliteHelpers) execute:] + 75
    10 com.apple.syncservices 0x93d2466e -[ISDDataDatabase removeAllRecords] + 112
    11 com.apple.syncservices 0x93d25764 -[ISyncConcreteSession _prepareRecordStoreForTruthPullingEntityNames:] + 385
    12 com.apple.syncservices 0x93d22475 -[ISyncConcreteSession _prepareRecordStoreForSyncing] + 1548
    13 com.apple.syncservices 0x93d1fe5f -[ISyncConcreteSession _enterPushing] + 2356
    14 com.apple.syncservices 0x93d1c285 -[ISyncConcreteSession _transitionStateMachine:] + 3662
    15 com.apple.syncservices 0x93d2993b -[ISyncConcreteSession _prepareToPullChangesForEntityNames:inBackground:target:selector:] + 78
    16 com.apple.syncservices 0x93d298bb -[ISyncConcreteSession prepareToPullChangesForEntityNames:beforeDate:] + 66
    17 com.apple.syncservices 0x93d28d4e -[ISyncConcreteSessionDriver _pullPhaseOfSession] + 1755
    18 com.apple.syncservices 0x93d152bf -[ISyncConcreteSessionDriver _sync:] + 223
    19 com.apple.syncservices 0x93dae876 -[ISyncConcreteSessionDriver _startAsynchronousSyncWorker] + 425
    20 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    21 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    22 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    23 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
    eax: 0x000030d2 ebx: 0x13518bd0 ecx: 0x007a06c0 edx: 0x00000000
    edi: 0x19870660 esi: 0x000030d2 ebp: 0xb05c2bb8 esp: 0xb05c2b88
    ss: 0x0000001f efl: 0x00010206 eip: 0x908a2688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000020
    Binary Images:
    0x1000 - 0x271ff3 com.apple.mail 3.5 (930.3) <918d5fc75d11e2bad29cc7192e8459d2> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e0000 - 0x537ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x68d000 - 0x68ffff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x696000 - 0x6bafe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x130f0000 - 0x1310efff com.apple.Mail.Syncer 3.5 (930.3) <7d8d8ca39b8535b2a585f360617d1a98> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x13178000 - 0x1318bfff com.apple.syncservices.syncservicesui 4.1 (389.12) <d3c0a867aa64f0e94b3dbb710da880d1> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x13512000 - 0x1351aff7 +com.restoroot.omic 2.0 Beta 5 (456) <31ee38cbaa3c6ce9ef5cd3dee6f49354> /Library/Mail/Bundles/OMiC.mailbundle/Contents/MacOS/OMiC
    0x13522000 - 0x13534fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (1.5) <a8a6c796a0d5575aafb9281b34b956b5> /Library/Mail/Bundles/OMiC.mailbundle/Contents/Frameworks/Sparkle.framework/Ver sions/A/Sparkle
    0x135bb000 - 0x135bcfe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x136e4000 - 0x136e6fff com.apple.textencoding.japanese 2.2 (2.2) <100c36acb81fd83ec71f1db66d7f86cd> /System/Library/TextEncodings/Japanese Encodings.bundle/Contents/MacOS/Japanese Encodings
    0x13773000 - 0x13776fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x13890000 - 0x13895fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x138a2000 - 0x138a7ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x138cb000 - 0x13a9dfe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x159ed000 - 0x15a5afff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    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 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9001effb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9001f000 - 0x900eafff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x900eb000 - 0x9012dfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9012e000 - 0x901b5ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x901b6000 - 0x90205fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90206000 - 0x906d7f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x906d8000 - 0x906d8ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x906d9000 - 0x90811fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90812000 - 0x9088cff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9088d000 - 0x9096dfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9096e000 - 0x90972fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90973000 - 0x90a31fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90a32000 - 0x90a6efff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x90a6f000 - 0x90b02ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90b03000 - 0x90b0afe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x90b0b000 - 0x90b16fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90b17000 - 0x90b17ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90b18000 - 0x90b1fff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90b50000 - 0x90b82ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x90b83000 - 0x90bf5fff com.apple.iLifeMediaBrowser 1.0.11 (212.1.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90bf6000 - 0x90c73feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90c74000 - 0x90da7fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90da8000 - 0x90dbefff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90dbf000 - 0x90e1bff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90e1c000 - 0x90ee3ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90ee4000 - 0x90f6efe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90f6f000 - 0x9160ffff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91610000 - 0x91a20fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91a21000 - 0x91a21ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91a22000 - 0x91a6cfe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91a6d000 - 0x91becfff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91bed000 - 0x91c47ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91c48000 - 0x91da9ff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x91dad000 - 0x91e06ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91e07000 - 0x91e25fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x91e26000 - 0x91ef4ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91ef5000 - 0x91f67fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91f68000 - 0x91f68ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91f69000 - 0x91f6efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91f6f000 - 0x920a7ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x920a8000 - 0x92382ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92383000 - 0x92435ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x92436000 - 0x924e4ffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x924e5000 - 0x9251cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9251d000 - 0x925baffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x925bb000 - 0x925e5fff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x925f0000 - 0x925f0ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x925f1000 - 0x9260dfff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9260e000 - 0x9263bfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9263c000 - 0x9264bffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9264c000 - 0x9268aff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9268b000 - 0x926c1fef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x926c2000 - 0x926d0ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x926d1000 - 0x926e4fff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x926e5000 - 0x926eafff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x926eb000 - 0x926efffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x926f0000 - 0x926f0ffd 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
    0x926f1000 - 0x9270fff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92710000 - 0x9272dff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9272e000 - 0x92735ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x92736000 - 0x92f34fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f35000 - 0x92f45ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92f46000 - 0x930adff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x930ae000 - 0x933d0fe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x933d1000 - 0x93402ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93408000 - 0x93414ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93415000 - 0x93463ff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93464000 - 0x934f7fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x934f8000 - 0x9350dffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9350e000 - 0x9357bffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9357c000 - 0x935b0fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x935b1000 - 0x9376dff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9376e000 - 0x9377aff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9377b000 - 0x93780fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93781000 - 0x9394fff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93950000 - 0x93d0efea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93d0f000 - 0x93df0fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93df1000 - 0x93dfbfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93dfc000 - 0x93e1bffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93e1c000 - 0x93f6eff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f72000 - 0x93f79fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93f7a000 - 0x93f7affa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93f7b000 - 0x93fd8ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x93fd9000 - 0x94058ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94059000 - 0x940d6fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x940d7000 - 0x941d8fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x941d9000 - 0x941d9ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x941da000 - 0x941e2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x941e3000 - 0x941effff libbz2.1.0.dylib ??? (???) <c5a3563ebe66db7fa456e0fb75b657df> /usr/lib/libbz2.1.0.dylib
    0x941f0000 - 0x942d1ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x942d2000 - 0x94323feb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94324000 - 0x9434ffe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94350000 - 0x94353fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94354000 - 0x94364fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94365000 - 0x943b6ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x943b7000 - 0x943c0fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x943c1000 - 0x946c9fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x946ca000 - 0x9470bfe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9470c000 - 0x94724fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94725000 - 0x9474dff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9474e000 - 0x94750ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x949ba000 - 0x94a5cff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94a5d000 - 0x94a6afe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94a6b000 - 0x94af7ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94af8000 - 0x94e95fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94e96000 - 0x94ebafeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x94ebb000 - 0x94eedfff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94eee000 - 0x94f79fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95139000 - 0x95150fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x95151000 - 0x9518bfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9518c000 - 0x9518cfff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9518d000 - 0x952d3ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x952d4000 - 0x952d4ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x952d5000 - 0x95304fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95305000 - 0x95349feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9534a000 - 0x95372fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x95373000 - 0x95377fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95378000 - 0x953b1ffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x953b2000 - 0x953b4fff com.apple.securityhi 3.0 (30817) <72cb8b012603370e904b31a24a91121b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x953b5000 - 0x9546ffe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95470000 - 0x954affff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x954b0000 - 0x954effef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x954f0000 - 0x954fbfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x954fc000 - 0x95777fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95778000 - 0x9672dffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9672e000 - 0x96794ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96795000 - 0x9679bfff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9679c000 - 0x9679cff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9679d000 - 0x96882ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96883000 - 0x96894ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96895000 - 0x9689affc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9689b000 - 0x9689cffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9689d000 - 0x968a1fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x968a2000 - 0x96ef3fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96ef4000 - 0x96f18fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x96f19000 - 0x96fc9fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96fca000 - 0x97013fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97014000 - 0x9702afe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9702b000 - 0x9703afff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x9703b000 - 0x970e2feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xba100000 - 0xba101fff libArabicConverter.dylib ??? (???) <074375ae8ee95d1695273f62e77050a9> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
    0xba700000 - 0xba700ff3 libHebrewConverter.dylib ??? (???) <e0b1922078719ffd99bfd2b7d4721597> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
    0xbad00000 - 0xbad01fff libLatin2Converter.dylib ??? (???) <2448a9d19ea5bd0ad43091ebcbffd197> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib ??? (???) <c178887e7c34ee4793e416438aed9b1d> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I was using two plugins that I really like:
    Mail Attachments Iconizer http://lokiware.info/Mail-Attachments-Iconizer
    and
    Letter Opener (OMIC) http://www.restoroot.com/OMiC/en/index.php
    I had not updated to the latest version of OMIC and I think that's where the problem was.
    Thanks again.

  • Function module "GM_DOCUMENT_REVERSE" not found.  after Patch Update

    Hi Abapers/Basis
    After patch update i am not able to do FBCJ reversal entry getting below error message.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          25.05.2011 14:43:26
    Short text
         Function module "GM_DOCUMENT_REVERSE" not found.
    What happened?
         The function module "GM_DOCUMENT_REVERSE" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLRWCL" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
         not caught in
        procedure "CALL_DISPATCHER_STORNO_R" "(FORM)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The program "SAPLRWCL" contains the CALL FUNCTION statement.
        The name of the function module to be called is "GM_DOCUMENT_REVERSE".
        No function module exists with the name "GM_DOCUMENT_REVERSE".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    How to correct the error
        Check the last transports to the SAP System.
        Is the program "SAPLRWCL" currently being changed?
        If an enqueue/dequeue module is involved, is the activation
        of the lock object missing in the ABAP/4 Dictionary?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "CALL_FUNCTION_NOT_FOUND" "CX_SY_DYN_CALL_ILLEGAL_FUNC"
        "SAPLRWCL" or "LRWCLF10"
        "CALL_DISPATCHER_STORNO_R"
        Function modules with names similar to "GM_DOCUMENT_REVERSE":
        GM_DOCUMENT_CLOSE
        GM_DOCUMENT_RECORD
        GM_DOCUMENT_DELETE
        GM_DOCUMENT_POST
        GM_DOCUMENT_CHECK
        G_DOCUMENT_RECORD
        GJ_DOCUMENT_RECORD
        GM_DOCUMENT_PROJECT
        GET_DOCUMENTS
        GM_DOCUMENT_DISPLAY
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    Moderator message: please don't just dump your dumps, search for SAP notes or open a call with SAP instead.
    Edited by: Thomas Zloch on May 25, 2011 2:16 PM

    Hi Karthik,
    Thank you for ur reply.
    I did not implement any user exit/ badi. Dump is saying that my smarform function module does not exist in the se37 library.
    I have excuted my form through se38, that time is working fine. When i tried through output type it is going to dump.
    Regards,
    Kusuma.

  • Error while running isupplier portal from jdev after patches

    latest POS rollup patch was applied and since then i get an error on local machine while running portal pages, need not mention that my substitution has also broken after patches.
    On server :
    login as isupplier > click on any PO either on home page or any order via Orders> ponumber
    On local machine : I get below error when I click on any po.
    I have deleted all teh old classes and ftped the whole apps directory on my local machine, but i still get this error.
    Also noted that the functionality of changing PO, etc works fine, but this error gets printed in jdev console.
    can someone give me some clue ?
    thanks
    java.lang.ClassCastException
         at oracle.apps.pos.isp.server.PosServerUtil.checkSecurePO(PosServerUtil.java:85)
         at oracle.apps.pos.changeorder.webui.ViewOrderPGCO.processRequest(ViewOrderPGCO.java:1012)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at OA.jspService(OA.jsp:34)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:39)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: OAF-dev on Apr 19, 2010 1:39 PM

    I cross checked all the versions and I have the correct one installed....
    it was working before the patch . Patch is only the upgrade of POS. I got all teh class files again on my local machine , but this error comees up in jdev console. and rest all works fine. I have no clue why.

Maybe you are looking for

  • Potential issue with itunes 7.4.3.1 vs 7.4.2.4

    Let me start with this: I have 2 Macbook Pro laptops (same exact specifications, OSX, etc.) Both laptops run Parallels due to the need to use MS Outlook 2003 among other applications that are Windows specific. The Windows OS is XP Pro with the latest

  • Exporting Prem Proj from AE gives an error when importing

    When I export a .prproj from After Effects and then open it in Premiere, I get this puzzling error. Everything seems fine enough. But I can't find any reference to "desktop mode" in the Adobe help. Using CS5 of both versions and not using dynamic lin

  • MRCA 10.1.2 errors

    Hello, After installing Application Server Metadata Repository Creation Assistant 10g Release 2 (10.1.2) on Aix 5.3 ML 06, I tried to run the Prerequisite Check Tool. The database is 10.2.0.3 and it's up and running. Running the tool (as the user who

  • Extremely long rendering times

    I am trying to render a 13 minute project. FCS 2 is telling me it will take 30+ hours. Is this normal? Am I doing something wrong? Best, Evan Jacobs

  • Freezing m

    All of a sudden, my Creative MuVu N200 has begun freezing up while playing a song. After a couple seconds it shuts off. The only way I can turn it back on again is if I take the battery out and put it back in. Sometimes it freezes at the opening scre