home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 399549346 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 3

  • benbovy 2
  • jhamman 1
  • max-sixty 1

issue 1

  • Travis failing on segfault at print_versions · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
455631945 https://github.com/pydata/xarray/issues/2683#issuecomment-455631945 https://api.github.com/repos/pydata/xarray/issues/2683 MDEyOklzc3VlQ29tbWVudDQ1NTYzMTk0NQ== max-sixty 5635139 2019-01-18T17:51:34Z 2019-01-18T17:51:34Z MEMBER

Does nyone have an idea whether this will be resolved in a couple of days? Otherwise I can try and put a temporary fix in (there's one described in that issue, but I don't have experience with conda so can't assess whether it's likely to be successful)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Travis failing on segfault at print_versions 399549346
455156428 https://github.com/pydata/xarray/issues/2683#issuecomment-455156428 https://api.github.com/repos/pydata/xarray/issues/2683 MDEyOklzc3VlQ29tbWVudDQ1NTE1NjQyOA== benbovy 4160723 2019-01-17T12:34:11Z 2019-01-17T12:34:11Z MEMBER

xref: https://github.com/conda-forge/rasterio-feedstock/issues/98

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Travis failing on segfault at print_versions 399549346
455155022 https://github.com/pydata/xarray/issues/2683#issuecomment-455155022 https://api.github.com/repos/pydata/xarray/issues/2683 MDEyOklzc3VlQ29tbWVudDQ1NTE1NTAyMg== benbovy 4160723 2019-01-17T12:28:43Z 2019-01-17T12:28:43Z MEMBER

rasterio might be guilty here. I could replicate the segmentation fault on a linux VM. It worked after uninstalling it. I see on https://conda-forge.org/status/ that rasterio has not been rebuild yet with the new compilers. Since the compiler migration has been completed earlier this week, this might be related.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Travis failing on segfault at print_versions 399549346
455068066 https://github.com/pydata/xarray/issues/2683#issuecomment-455068066 https://api.github.com/repos/pydata/xarray/issues/2683 MDEyOklzc3VlQ29tbWVudDQ1NTA2ODA2Ng== jhamman 2443309 2019-01-17T07:21:42Z 2019-01-17T07:21:42Z MEMBER

This is unfortunate and indeed tricky to diagnose. My guess is there is a spurious bad build somewhere in anaconda land causing this error. Let's wait a day or so to see if things resolve on their own, if now, there are other options for figuring out the offending library.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Travis failing on segfault at print_versions 399549346

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 16.286ms · About: xarray-datasette