octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57591] Segmentation faults when running the t


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57591] Segmentation faults when running the test suite (mostly with clang)
Date: Thu, 27 Aug 2020 10:34:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36

Follow-up Comment #81, bug #57591 (project octave):


[comment #79 comment #79:]
> [...] but they still appear on the buildbot web display.  I'm not sure how
to remove them.

You have to remove them from the state.sqlite database with SQL statements
(while the Buildbot Master is not running).  Or remove that file entirely to
forget all history.  In any case make a backup before working on that file.


# sqlite3 state.sqlite 
SQLite version 3.26.0 2018-12-01 12:34:55
Enter ".help" for usage hints.
sqlite> .tables
build_properties       change_users           patches              
builder_masters        changes                scheduler_changes    
builders               changesource_masters   scheduler_masters    
builders_tags          changesources          schedulers           
buildrequest_claims    configured_workers     sourcestamps         
buildrequests          connected_workers      steps                
builds                 logchunks              tags                 
buildset_properties    logs                   users                
buildset_sourcestamps  masters                users_info           
buildsets              migrate_version        workers              
change_files           object_state         
change_properties      objects              


sqlite> SELECT * FROM workers;
1|ubuntu-1804-worker-01|{"admin": null, "host": null, "access_uri": null,
"version": "2020.08.12"}|0|0


sqlite> SELECT * FROM builders;
1|octave-stable||097d6ab83a4824a0a88317812b687c5e919fc4db
2|octave-mxe-stable-w64-64||eaf8b4220ced7c8ec9bc8f95edc55307a214ee23
3|octave-mxe-stable-w64||5e82c51d06a1833b0065bb0281c1ed231b688796
4|octave-mxe-stable-w32||2dc32fc9b95a4f0839a75aff983d6a552e92625d
5|octave-stable-doxygen||1bf254e1654404c338635dadaec105637dc3e932



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57591>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]