← Back to team overview

zorba-coders team mailing list archive

[Bug 918720] [NEW] Debugger: failing to retrieve the query filename on non-WIN32 platforms

 

Public bug reported:

In the DebuggerServer, the query file name is needed to be sent to the
debugger clients in the DBGP protocol.

But this call fails under on Unix based systems:
aQuery->getFileName()

Therefore there is this comment in the code:

  // TODO: under Linux, when trying to get the file name of the query
  //       the call fails because getFileName tries to get a lock that
  //       is already taken. Therefore the assertion in mutex.cpp:63
  //       terminates the execution

** Affects: zorba
     Importance: Medium
         Status: New


** Tags: debug filename linux mac query

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/918720

Title:
  Debugger: failing to retrieve the query filename on non-WIN32
  platforms

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In the DebuggerServer, the query file name is needed to be sent to the
  debugger clients in the DBGP protocol.

  But this call fails under on Unix based systems:
  aQuery->getFileName()

  Therefore there is this comment in the code:

    // TODO: under Linux, when trying to get the file name of the query
    //       the call fails because getFileName tries to get a lock that
    //       is already taken. Therefore the assertion in mutex.cpp:63
    //       terminates the execution

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/918720/+subscriptions


Follow ups

References