Advertisement
Dyrcona

segfault caused by default select

Nov 9th, 2023 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. This causes segfaults on both a 3.7.4 and 3.10.3 test vm. The segfault occurs in opensrf-c.
  2.  
  3. Nov 9 14:17:02 jasontest kernel: [797421.999635] opensrf-c[23042]: segfault at 5636ae7161d5 ip 00007f66c1ae23fe sp 00007fffcc46d5d0 error 4 in libc.so.6[7f66c1a65000+195000]
  4.  
  5. open-ils.cstore open-ils.cstore.json_query.atomic {"order_by":[{"class":"circ","field":"usr"},{"class":"circ","field":"id"}],"where":{"due_date":{"=":{"transform":"date","value":["date","2023-11-08"]}},"-not":{"-exists":{"select":{"atev":["id"]},"where":{"event_def":[124,125],"target":{"=":{"+circ":"id"}}},"from":"atev"}},"checkin_time":null},"select":{"circ":"*"},"from":"circ"}
  6.  
  7. My IRC client apparently doesn't like it, either, 'cause it froze when I tried to paste the above into the #evergreen IRC channel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement