← Back to team overview

oqgraph-dev team mailing list archive

[Bug 1133093] [NEW] Crash on ORDER BY in OQGRAPH v3

 

Public bug reported:

SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6;
works

SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6 ORDER BY seq;
segfaults.

** Affects: oqgraph
     Importance: Critical
     Assignee: OQgraph developers (oqgraph-dev)
         Status: Triaged


** Tags: oqgraphv3

-- 
You received this bug notification because you are a member of OQgraph
developers, which is a bug assignee.
https://bugs.launchpad.net/bugs/1133093

Title:
  Crash on ORDER BY in OQGRAPH v3

Status in OQGraph Engine for MariaDB:
  Triaged

Bug description:
  SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6;
  works

  SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6 ORDER BY seq;
  segfaults.

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


Follow ups

References