gdbserver has exited with code 1

Sysprogs forums Forums VisualGDB gdbserver has exited with code 1

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10423
    numo68
    Participant

    Hi,

    I am trying to debug on a remote Linux machine using a VS2013 and freshly downloaded current VisualGDB 5.2r8. The file gets successfully deployed and then I get an error box that the gdbserver has exited with code 1.

    The GDB Log says

    VisualGDB is licensed to xxx at xxx
    gm1: gdbserver exited with code 1 
     at rf1.q() 
     at rf1.n_2(DebugCustomizationSettings a) 
     at mn.b3() 
     at VisualGDB.GDBDebugEngine.c(or a, q1 b)

    The GDBServer log says

    Process D:\xxx\xxx\xxx/xxx.dyn created; pid = 710
    Cannot exec D:\xxx\xxx\xxx/xxx.dyn: No such file or directory.
    
    Child exited with status 127
    No program to debug. GDBserver exiting.
    
    

    This looks like the debugger is trying to use windows paths on the target system. The Debug settings are:

    Debugged executable: $(BuildDir)/xxx.dyn
    Deploy main executable to: /usr/lib/xxx/$(TargetFileName).dbg

    The executable is present at the <DeploymentTargetPath>, so the deploy itself worked. The same project worked with the 5.1 release. Is this a known regression?

    Thanks

    #10426
    support
    Keymaster

    Hi,

    This is indeed strange. Could you please attach your .vgdbsettings file or send it to us via the support form? This should help us see if this is a VisualGDB bug.

    #10748
    numo68
    Participant

    Note: you did sent me a test build (VisualGDB-5.2.14.1388.msi) that was working. However, that test build is not available anymore and the build available in regular downloads (5.2r8) was not updated. Are you going to include those fixes in the released version?

    Thanks

    #10749
    support
    Keymaster

    Hi,

    Yes, it will be included in v5.2R9.

    In the meanwhile you can download the latest daily build here: http://sysprogs.com/files/tmp/VisualGDB-5.2.15.1423.msi

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.