** Changed in: zorba
     Assignee: (unassigned) => Matthias Brantner (matthias-brantner)

-- 
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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to