GDB error when breakpoint hit: no thread can be found to satisfy query

Hi. I'm trying to track down leaks in a 32bit MT program on Solaris 10
sparc.
Without breakpoints the program works normally, but if I place
breakpoints to the suspicious places, when the program starts to
actively use threads, very soon gdb prints the following error and
can't continue:
[LWP    21         exited]
sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy query
Currently I'm using gdb 7.1. I was getting a similar error with gdb
6.8 in the same conditions:
procfs: fetch_registers, get_gregs line 3768, /proc/08694/lwp/21: No such file or directory.
[LWP 21 exited]
The command file sets some breakpoints to periodically print the backtrace
Any hints?
handle SIGABRT nostop pass
handle SIGTERM nostop pass
start
set breakpoint pending on
# 0xfdd0de88
# 0xfdd0de88 in nlnvmal () from /export/home/testora/product/10.2.0/Db_1/lib32/libclntsh.so.10.1
b *nlnvmal + 4
commands
backtrace
continue 200
end
# 0xfd92f080
# 0xfd92f0c8 in sqlalc () from /export/home/testora/product/10.2.0/Db_1/lib32/libclntsh.so.10.1
b *sqlalc + 4 + 0x48
commands
backtrace
continue 200
end
# 0xfe03d6f4
# 0xfe03d7ec in kpummapg () from /export/home/testora/product/10.2.0/Db_1/lib32/libclntsh.so.10.1
b *kpummapg + 4 + 0xf8
commands
backtrace
continue 100
end
# continue
#

Hi Ram,
This error is almost always caused by incomplete or incorrect customizing:
In addition, the summarization level must have status 'ACTIVE' (this applies also to the search function in the maintenance transaction for CO-PA data sources,KEB0).                                                                               
Please also review the SAP note 392635 which is release independent and has further information on the customizing and CO-PA extraction:                                                                               
392635 - Information: Sources with BW extraction for account-based    
           CO-PA                                                        
So please check your customizing and the note 392635 carefully in particular please pay attention to the following:                                                                               
There has to be one (single)  summarization level that contains all characteristics (except for  the controlling area) with '*' in the   
characteristics view in  transaction KEDV and has status 'active'.   
After checking the above you need to replicate the datasource in the connected BW system and reactivate the transfer rules.               
Best Regards,
Des

Similar Messages

  • How do I delete a photo in an album on my 4s? When I hit the trash can, it ask if I want to delete everywhere, I do not.

    How do I delete a photo in an album on my 4s? When I hit the trash can, it asks if I want to delete everywhere, I do not.

    Are you in your albums or your photo Stream?
    Sounds like you are in Photo Stream (iCloud.)
    Try albums.
    MacBook Pro, Mac OS X (10.8.2) 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop8.0 iPhone5_iOS6.0.1

  • Error When I hit the View Button

    Hi All,
    Let me confess before hand I am new to the BI publisher.
    I have it set I guess, I can log in could connect to the local database and generated the report but when I hit the view button, it says an error occurred contact the Administrator. I am logging in as Administrator.
    Are there any configuration settings that I need to make?
    I did change the model to be XDO and then I have installed BI-Publisher Desktop. I can see on my word Tool bar. Is there anything else i need to configure.
    When I hit error details i get
    Unexpected element: :report
    Are there any log files which I can dig in and see what is wrong.
    Thanks in advance I appreciate
    MCP

    Hi,
    depending the combination of your Firefox-Version (3) and your BIP-Version (10.1.3.3.3) that happens every time. Is fixed (see Note 605403.1)
    Regards
    Rainer

  • Getting HTTP 501 / HTTP 505 error when replying to a thread

    Hi,
    When replying to a thread I get the following error:
    HTTP 501 Nicht implementiert oder HTTP 505 Version nicht unterstützt (HTTP 501 not implemented or HTTP 505 version not supported).
    What does it mean? Is there a problem with the forum?
    Regards,
    Ulrich

    Hi,
    The text I want to post contains a HTML/Javascript code example. I think that causes the problem. If I post without the code example it works.
    URL of the concerned thread is Integrate WAD 7.0 Template into BPS Web Interface
    Can it be a general issue with the forums software?
    Is there a way to contact a forum admin to report this issue?
    Regards,
    Ulrich

  • ERROR WHEN I HIT WEBLOGIC CONSOLE

    Hi all,
    i have installed OIM PS1  did the following steps
    1) Install Database
    2) Run RCU and create Schema for required products
    3) Install Weblogic Server 10.3.6
    4) Install SOA Server and Install SOA patches
    5) Install IDM Server
    6) Create Domains
    7) Configure Security Store Python Script
    8) Start both Admin server and SOA server (in 11g R2 SOA server is not required )
    9) Configure OIM and Design Console ( if you face any error regarding SOA error refer following post)
    10) Start OIM and OAM managed servers
    JDK VERSION IS 6.30
    After i start weblogic it shows "server  started in running mode" but when i hit the url <hostname>:7001/console
    it shows "Deployng...." and just within seconds i get 
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.4 503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    I have found that when i hit the url the following logs are generated in backend
    <Jul 16, 2013 9:05:18 PM EDT> <Error> <J2EE> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: Failed to load webapp: 'consolehelp'
    weblogic.application.utils.StateChangeException: weblogic.application.ModuleException: Failed to load webapp: 'consolehelp'
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:67)
            at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:273)
            at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            Truncated. see log file for complete stacktrace
    Caused By: weblogic.application.ModuleException: Failed to load webapp: 'consolehelp'
            at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
            at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
            at weblogic.servlet.internal.ConsoleExtensionManager.applyExtensionConfigFile(ConsoleExtensionManager.java:231)
            at weblogic.servlet.internal.ConsoleExtensionManager.findExtensions(ConsoleExtensionManager.java:88)
            at weblogic.servlet.internal.War.processExtensions(War.java:770)
            at weblogic.servlet.internal.War.init(War.java:252)
            at weblogic.servlet.internal.War.<init>(War.java:217)
            Truncated. see log file for complete stacktrace
    >
    <Jul 16, 2013 9:05:20 PM EDT> <Error> <HTTP> <BEA-101093> <Problem occurred while dispatching servlet request.
    weblogic.management.DeploymentException:
            at weblogic.application.internal.BackgroundDeploymentService.OnDemandURIAccessed(BackgroundDeploymentService.java:166)
            at weblogic.servlet.internal.OnDemandManager.loadOnDemandURI(OnDemandManager.java:106)
            at weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:381)
            at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:967)
            at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:899)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
            at weblogic.servlet.internal.ConsoleExtensionManager.applyExtensionConfigFile(ConsoleExtensionManager.java:231)
            at weblogic.servlet.internal.ConsoleExtensionManager.findExtensions(ConsoleExtensionManager.java:88)
            at weblogic.servlet.internal.War.processExtensions(War.java:770)
            at weblogic.servlet.internal.War.init(War.java:252)
            at weblogic.servlet.internal.War.<init>(War.java:217)
            Truncated. see log file for complete stacktrace
    Please help me.
    Thanks.

    whats the value of ulimit in your env?

  • Run time error when set filter on the request id in the output query.

    Hi all,
    I am getting a run time error when I select the request id and set filter on that and  when i am selecting all the request id it contains around 2lacs values in that If i cliked ok on that .
    It popped up a msg like this
    " Run time error 61706
    Insufficient memory to perform operation "

    User was educated not to select the entire data in the filter

  • Error when creating Task List: No Consolidation System found

    All-
    Configuring my Retrofit Scenario. My Project Landscape is maintained as following:
    Dev(100) --> QA (200) --> Prod (300) with Retrofit (XXX)
    Dev(XXX) --> QA 250
    I am getting this error when I try to refresh the project or create a Task List
    *No consolidation system found for <SID>-250 (project RETROFIT3)
    Message no. /TMWFLOW/TRACK_N806*
    If my QA client (250) is already maintained as a QA logical component. What else is missing?

    Hi,
    I have done something similar and getting error /TMWFLOW/TRACK_N806
    My Transport route looks something like
    System GND ZGND > 300 System GNQ 300> 300 System GNP
    Its a standard 3 system landscape with transport routes configured as mentioned above. I followed the write up as mentioned and have kept only one transport route but how do i create a transport route from GND-140 to GNQ-300 .
    The layer ZGND has been associated with client 140 which is the development client here. The layer ZGND is the consolidation layer, how else should i associate it with the client 140.
    Please advice.
    Regards
    Ankan

  • Error when user hits Cancel in File Dialog Box

    Error 43 occurs when the user hits cancel about saving a file. I have a simple state machine, and when the user hits "RUN", the dialog box comes up. What if they change their mind? I have tried to use the "exception code" in the General Error Handler for Error 43 but I still end up with an error message or my VI stopping.
    Are there any templates for VIs that save your data only when you press a "SAVE" button, or either that don't freak out if you hit Cancel?
    p.s. I have LabVIEW 6.1.
    THANK YOU
    Lauren

    Hey, I got the same problem, Error 43 when cancel button is clicked, as I was going through one of the examples from "LabView for Everyone" book. I downloaded the Cancelled.vi example and constructed a case structure for it. However, the problem still occurs. When i ran highlight execution for the cancelled.vi example, as the cancel button is pressed the file dialog goes through and sends out boolean value of the cancel status. But for the file I'm working with, the boolean value is not send when cancel button is entered. File dialog sends out an error before the values are send out... Can someone explain? Thanks.
    Attachments:
    test.gif ‏14 KB
    test1.vi ‏48 KB

  • Gdb errors when debugging C program in monodevelop

    Installed monodevelop and monodevelop-debugger-gdb, selected GDB as the debugger in monodevelop's preferences. When trying to run any C or C++ program, GDB throws this into opened terminal:
    &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"
    If continue debugging, in some cases terminal output is not displayed, especially with multiple output streams and newlines and different output functions etc.
    Google search is all unsolved threads/bug reports (hope this doesn't become another one ). Users of other IDE's had this issue too, but they bypassed it by changing IDE's settings.
    Have tried changing project's settings, IDE's settings etc. Also looked at monodevelop's documentation at http://www.mono-project.com/Debugging#D … g_with_GDB , doesn't help in any way.
    When running "gdb <exe>" in project's folder it works as expected, so it's not a problem with comipler flags etc.
    Any ideas please. Really want to get this working, best IDE have seen so far.
    Last edited by axper (2013-07-03 18:22:59)

    Nope, running regular programs as root is not adviced at all.
    That said, just for sake of it I tried. Same error.

  • I need use the Click Map feature in Omniture which currently only works on Firefox V4. For some reasin V5 gives an error when trying to install. Can you please help me download V4?

    I need to view the click data via my Omniture account. To do this I need to install the ClickMap plugin. It works on V4 but when I upgraded to V5 I now get an error saying the plugin cannot be installed.

    If ClickMap is an '''extension''', as opposed to a '''plugin''', you have another option.
    When Firefox disables an extension, it usually is because it includes a list of compatible Firefox versions and it hasn't yet been updated for Firefox 5. If it worked on Firefox 4, there is a good chance it will work on Firefox 5, but no guarantee.
    You can force Firefox to ''ignore'' add-on version restrictions by (what else) installing an add-on. Then you can test whether the extensions important to you actually work in Firefox 5.
    [https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Add-on Compatibility Reporter :: Add-ons for Firefox]
    After you install this add-on and restart Firefox, there will still be a message that "--- is incompatible with Firefox 5.0" but the add-on will be enabled and a Disable button will appear for that entry.

  • Outlook error when clicking on a link -- can't get to Firefox

    This used to work, now it doesn't -- i reinstalled Windows , Firefox, Office, etc. Using FF 4.
    When i click on a link in an Outlook email, i get a message saying "an error ocurred in sending the command to the application."
    How do i fix this?

    My guess is that you are using IE and have both types of script debugging enabled. This is a bug in the Flex Builder 3 documentation and probably carries over into Blueprint search results.
    Please let me know if this is not the case. Also please let me know if you are using the Flash Builder 4 public beta, because my understanding is that we have fixed this in FB 4.
    Regards,
    Randy Nielsen
    Flex Documentation Manager

  • When i download itunes 10.6, it downloads but has an error when it installs. What can i do to fix this?

    hi, i tried to download itunes 10.6, the download worked fine, but halfway through the installing it stopped and gave me an error. does anyone know how to fix this?

    but halfway through the installing it stopped and gave me an error.
    What does the error message say? (Precise text, please.)

  • When I hit mission control can I have the document names put under each document?

    This is what my mission control currently looks like
    I want to have the names of the each peice of work. Because it would just make it a bit clearer to work out what I have got open.

    Go to System Preferences > Mission Control and turn on Group windows by application. Also, if you have a trackpad, you can make a gesture to show the application windows and the most recent used documents. To do it, open System Preferences > More Gestures and look Exposé; then, take the cursor to the program you want to check the files and make the gesture

  • Internal error when person doing people search has matching name as search query

    I'm trying to find a solution for peculiar problem in our SP 2010 people search. We get this error 
    Internal server error exception: System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) 
    when person doing the search has matching name. e.g. I as a person have name: jane doe. If I do people search either using jane or doe, I get internal error. If I search john or any other phrase, people searches return correct result. Has anyone encountered
    similar problem and found a solution for that?

    Hi mummo:
    Perhaps you can refer to the following Web site.
    http://blogs.msdn.com/b/allenwang/archive/2011/04/05/sharepoint-2010-people-search-error-dataformwebpart-prepareandperformtransform.aspx

  • Error when starting DPS App Builder - Application not found

    WTF folks.
    This morning I open my document (CS5) and it says I have to update my folio tools (needless to say i hate it to be forced to do an update before I can start working).
    Well, I do an update, both tools (Folio Builder and Producer Tools).
    Now there seem to be some changes, I cant refresh my folio via menu anymore. When choosing the new "build app"-option I get an error :
    "An error occured while starting DPS App Builder. The DPS App-Builder Application was not found" (translated).
    German original version: "Beim Starten von DPS App Builder ist ein Fehler aufgetreten. Die DPS App Builder-Anwendung wurde nicht gefunden."
    Any Solutions? Where to get the mysterious "App-Builder Application?"
    edit: refresh is now only possible inside the folio it seems.

    App Builder is nothing but a new name to Viewer Builder. Download it from DPS Dashbaord.

Maybe you are looking for