Activity
From 10/09/2016 to 11/07/2016
11/03/2016
- 09:21 AM Bug #83: Assertions should not crash the calling process: assertion in gdp_gcl_close() causes the...
- The problem seems to be that if I run the model twice, then it sometimes crashes because close() is called twice.
...
11/01/2016
- 01:58 PM Bug #71: Python shared library version mismatch
- It is possible to build without avahi by using "make all_noavahi". Mosquitto is not typically required at runtime, o...
- 01:37 PM Bug #71: Python shared library version mismatch
- As near as I can tell, homebrew versus macports is kind of a toss-up, since neither supersets the other. In particul...
- 10:25 AM Bug #71: Python shared library version mismatch
- Nitesh Mor wrote:
> Yepp, seems to have been fixed in commit:152bd9. Thanks Christopher.
Awesome, thanks.
I no... - 10:20 AM Bug #71 (Closed): Python shared library version mismatch
- Yepp, seems to have been fixed in commit:152bd9. Thanks Christopher.
- 09:09 AM Bug #71: Python shared library version mismatch
- I may have fixed this, but Nitesh should confirm.
- 01:42 PM Bug #78 (Closed): A routing failure causes gdplogd to become non-responsive.
- 10:41 AM Bug #86 (Closed): Multiple subscriptions and/or multireads to the same log don't work
- *This is a long known bug, but hadn't been reported earlier. Reporting it to make sure everyone is aware of it and du...
- 10:36 AM Bug #70: Makefiles do not respect environmental CFLAGS
- Eric Allman wrote:
> Fixed in commit:f5c1552e. Sorry something this simple took so long. Please verify that it's f... - 06:49 PM Bug #70 (Resolved): Makefiles do not respect environmental CFLAGS
- Fixed in commit:f5c1552e. Sorry something this simple took so long. Please verify that it's fixed for you.
- 10:23 AM Bug #55 (Closed): GDP log subscribe hangs
- Closing this, since it's a different bug (multiple subscriptions and/or multi-reads to the same log in a single clien...
10/31/2016
- 01:35 PM Bug #84: Assertion in gdp_gcl_create() crashes the calling process
- Your version that deals more forgivingly with assertions sounds like a good thing.
Having preconditions is a good ... - 01:00 PM Bug #84: Assertion in gdp_gcl_create() crashes the calling process
- I don't think you appreciate that assertions are not bugs themselves, they are symptoms of bugs. Feel free to create...
- 08:58 AM Bug #84 (In Progress): Assertion in gdp_gcl_create() crashes the calling process
- If people are to use the the GDP library, then it must be robust. Part of that robustness is to properly handle any ...
- 09:06 AM Support #85 (Closed): Create a GDP public release
- The GDP seems fairly close to being releasable to the public.
Perhaps the SwarmLab meeting on November 15 would be...
10/28/2016
- 01:03 PM Support #79 (Feedback): Async write/read
- More detail, please. Are the async appends sent from a single thread or multiple threads? Are all records corrupted...
- 12:11 PM Bug #83 (Feedback): Assertions should not crash the calling process: assertion in gdp_gcl_close()...
- I'm not 100% convinced that this is actually a duplicate of Issue #84, since it happened on a call to `gdp_gcl_close`...
- 12:01 PM Bug #84 (Feedback): Assertion in gdp_gcl_create() crashes the calling process
- This is not a bug. If you look carefully, `gdp_init` failed:
gdp_init: ERROR: Network is unreachable [EPLIB:er...
10/25/2016
- 06:43 PM Bug #55: GDP log subscribe hangs
- Well that explains it then.
I'm now just using subscribe and it seems to be working.
You may want to close this bug...
10/24/2016
- 12:49 AM Bug #55: GDP log subscribe hangs
- Just a quick update, gdp-01 has been upgraded to the same state as the other three servers. So, you should not have t...
- 11:35 PM Bug #55: GDP log subscribe hangs
- Okay, it appears that you are using a multiread and a subscription at the same time.
Currently, multiple subscript... - 11:05 PM Bug #55: GDP log subscribe hangs
- I attached the complete log with this post. It starts out being ok, then gets stuck, and then continues to get data.
- 10:40 PM Bug #55: GDP log subscribe hangs
- Ok, this is certainly progress.
Could you please share the entire debug output (rather than a filtered version) fo... - 10:27 PM Bug #55: GDP log subscribe hangs
- I created a new log in gdp-02 and tested again. It no longer gets stuck indefinitely, but still after a few data poin...
10/23/2016
- 04:27 PM Bug #55 (In Progress): GDP log subscribe hangs
- 04:27 PM Bug #55: GDP log subscribe hangs
- I just deployed a more recent version of the code on `gdp-0[2,3,4].eecs.berkeley.edu`. (still need to upgrade `gdp-01...
- 01:05 PM Bug #55: GDP log subscribe hangs
- I tried another approach with 1 second timeout, and ignoring the result if the returned value was None. The code stil...
- 12:55 PM Bug #55: GDP log subscribe hangs
- Hello,
I just tried again to reproduce the bug that I reported before (#55) and it is still there. I think it may ha... - 04:13 PM Bug #84: Assertion in gdp_gcl_create() crashes the calling process
- Ok, feel free to close these two and open a different one that says "Production code should not use asserts to crash ...
- 04:11 PM Bug #84: Assertion in gdp_gcl_create() crashes the calling process
- Reason this crashed is because I just rebooted the servers, doing some upgrades.
As for "assertion failure" crashi... - 04:06 PM Bug #84 (Closed): Assertion in gdp_gcl_create() crashes the calling process
- The GDP should not crash programs that use the GDP.
Here's an assertion in gdp_gcl_create().
Is there a way to ... - 03:27 PM Bug #83 (Closed): Assertions should not crash the calling process: assertion in gdp_gcl_close() c...
- Vergil crashed because gdp_gcl_close() failed an assertion. The Java stack trace was:
~~~
...
Crashed Thread: ... - 10:13 PM Feature #81 (Closed): Need a way to unsubscribe from subscriptions
- Thanks! That fix fixes this bug.
- 09:26 PM Feature #81: Need a way to unsubscribe from subscriptions
- Yes, it appears to be a deadlock. Fixed in commit:795b9a94. Multiple subscriptions should work as expected now.
- 06:49 PM Feature #81: Need a way to unsubscribe from subscriptions
- I created gdp/gdp/lang/python/test/writer_subscriber_test2.py that hangs during the second append when creating a sec...
- 05:30 PM Feature #81: Need a way to unsubscribe from subscriptions
- I'm closing the gcl after the first.
I'm not sure, but It is starting to look like a deadlock.
$PTII/ptolemy/ac... - 09:31 PM Bug #82 (Closed): Memory leaks in subscriptions (and elsewhere)
- ## (copied from #81 filed by Christopher)
It looks like gdp-reader is leaking memory during subscription, it could...
10/22/2016
- 04:24 PM Feature #81: Need a way to unsubscribe from subscriptions
- Adding/removing watchers was a permissions related things. My bad, should be fixed now.
Your analysis is correct. ... - 04:20 PM Feature #81: Need a way to unsubscribe from subscriptions
- I don't have an Add Watchers choice on https://gdp.cs.berkeley.edu/redmine/issues/81. I have
> Issues
>
> Vi... - 04:12 PM Feature #81: Need a way to unsubscribe from subscriptions
- Christopher Brooks wrote:
> How do I add Edward to the list of watchers? I told him to go to the page and click on ... - 04:06 PM Feature #81: Need a way to unsubscribe from subscriptions
- How do I add Edward to the list of watchers? I told him to go to the page and click on the link, but that seems not ...
- 04:04 PM Feature #81: Need a way to unsubscribe from subscriptions
- Christopher Brooks wrote:
>
> Also, how do I add Edward to the list of interested people for this issue
>
Add ... - 03:40 PM Feature #81 (Closed): Need a way to unsubscribe from subscriptions
- I think we may need a way to unsubscribe from a subscription.
gdplogd/logd_proto.c invokes a private _gdp_gcl_unsu... - 09:58 AM Bug #80 (Feedback): GDP setup
- No, because brew and macports conflict with each other, and guessing wrong could totally screw up someone's port tree...
10/21/2016
- 02:47 PM Bug #78 (Resolved): A routing failure causes gdplogd to become non-responsive.
- Fixed by Eric in commit:8a3b26f9. I can't reproduce it anymore.
I will keep watching it for a few days, if there a... - 01:00 PM Bug #80 (Closed): GDP setup
- In common-support.sh
if type port > /dev/null 2>&1 && port installed | grep -q .; then
if [ "$PKGMGR" = "br...
10/18/2016
- 12:34 PM Support #79 (Closed): Async write/read
- When I use async append I get records like the following, with no data
>>> recno -1, len 0, no timestamp
Is the... - 09:45 AM Bug #74: Asyn Write/Subscribe
- Nitesh, As I mentioned earlier, our watches our sending out packets after different sleep times. For Instance for the...
- 09:39 PM Bug #74: Asyn Write/Subscribe
- Ali, can you please report back whether this fix for stuck subscriptions works for you?
- 10:45 PM Bug #78: A routing failure causes gdplogd to become non-responsive.
- Just a status update/record-keeping: As far as I can tell, this bug was introduced by commit:b39dd5f8.
- 09:34 PM Bug #78 (In Progress): A routing failure causes gdplogd to become non-responsive.
- 09:33 PM Bug #78 (Closed): A routing failure causes gdplogd to become non-responsive.
- If a client with subscriptions goes away, `gdplogd` gets a `NAK_R_NOROUTE` when attempting to deliver the data. Howev...
- 09:34 PM Bug #77: GDP Log Server Crashes when we end subscription
- A more accurate description of the problem in #78
- 09:28 PM Bug #77: GDP Log Server Crashes when we end subscription
- Yes, I can reproduce it now. What I see different in your logs that I didn't see earlier on my side was a NAK_R_NOROU...
10/17/2016
- 04:30 PM Bug #77: GDP Log Server Crashes when we end subscription
- just checking if you were able to reproduce it?
- 03:26 PM Bug #77 (In Progress): GDP Log Server Crashes when we end subscription
- 01:51 PM Bug #77: GDP Log Server Crashes when we end subscription
- gdplogd was updated to latest commit. I still see the problem. The gdp-reader is also the latest commit. gdp-writer ...
- 11:30 AM Bug #77: GDP Log Server Crashes when we end subscription
- Yes I did, the log for gdplogd confirms that It is using the latest commit. However, the problem seems to be there. L...
- 11:17 AM Bug #77: GDP Log Server Crashes when we end subscription
- Just checking in: did updating to the latest version of code solve your issue?
- 05:54 PM Bug #77: GDP Log Server Crashes when we end subscription
- Ok, let us try one more time. At least it is now running with higher debug setting. Could you run the following?
`... - 05:22 PM Bug #77: GDP Log Server Crashes when we end subscription
- It doesn't seem to work. Even after doing that it seems I am running the server still at commit
```
2016-10-17 00... - 05:04 PM Bug #77: GDP Log Server Crashes when we end subscription
- Let's try updating the log-server one more time. Assuming you are in the top directory of gdp source, can you do the ...
10/16/2016
- 04:48 PM Bug #77: GDP Log Server Crashes when we end subscription
- Ok that might be the problem. The client side on our swarmboxes seem to be updated.
For gdp-reader
```
_gdp_lib_... - 04:26 PM Bug #77: GDP Log Server Crashes when we end subscription
- I just saw the `gdplogd.log` file in #76. You are definitely running an older version of log-server (git commit `2023...
- 04:20 PM Bug #77: GDP Log Server Crashes when we end subscription
- If you are running version 0.4.0, that would be severely outdated. Since you are running from the source code, a git ...
- 03:46 PM Bug #77: GDP Log Server Crashes when we end subscription
1. If the release notes are correct it seems I am running release 0.4.0. However I did a pull from repo earlier tod...- 03:10 PM Bug #77: GDP Log Server Crashes when we end subscription
- I am sorry, you have to be more specific. It is most certainly an annoying bug, but I can not reproduce it as it is.
... - 02:49 PM Bug #77 (Closed): GDP Log Server Crashes when we end subscription
- If we end the gdp-reader process after subscribing to log using ctrl+c, the log server/GDP stops working. If multipl...
- 04:30 PM Bug #76: ERROR: request freed while in use
- Your log-server is still running with a `-D *=10` parameter, which is not nearly enough information for me to figure ...
- 04:00 PM Bug #76: ERROR: request freed while in use
- I have attached the log for gdplog as well as gdp-router-click-log. Thank you for all the help.
- 03:28 PM Bug #76: ERROR: request freed while in use
- Can you please post the debug log from the log-server (`/var/log/gdp/gdplogd.log`)? It appears that the client can no...
- 03:01 PM Bug #76: ERROR: request freed while in use
- The following is debug information after the GDP crash happened. The crash has reported in #77 was caused by another ...
- 11:15 PM Bug #76: ERROR: request freed while in use
- I can not seem to reproduce this bug. It would be helpful to see some more debugging information. Could you please do...
- 07:16 PM Bug #76 (Closed): ERROR: request freed while in use
- The Local GDP seems to be crashing a lot. I see same errors as in bug #69 .
```
sbuser@swarmnuc015:~$ gdp-reader ... - 10:59 PM Bug #58 (Closed): 403 forbidden errors for many consecutive asynchronous writes (15 bytes @ 100 Hz)
- Marking this closed for now, I can not seem to reproduce this.
If the issue persists, please reopen. - 10:57 PM Support #72: gcl-create hangs intermittently.
- It seems more like an infrastructure related issue, than a bug. If you encounter this again, could you please include...
- 10:49 PM Bug #74 (Feedback): Asyn Write/Subscribe
- 10:48 PM Bug #74: Asyn Write/Subscribe
- I believe this is an issue related to subscriptions, rather than mode of append (synchronous vs asynchronous). More s...
- 10:35 PM Bug #75 (Feedback): Subscription times out
- Hopefully fixed in commit:7bf6e9b2. It is a server side bug, and still needs to be deployed to production infrastruct...
- 07:03 PM Bug #75 (In Progress): Subscription times out
- I have been able to narrow down the bug to subscription renewals in `gdplogd`.
Specifically, any post processing c...
10/15/2016
- 03:57 PM Bug #75 (Closed): Subscription times out
- As reported in #74, #55 and an email from Rico, it looks like there is a common bug, which is: subscriptions going aw...
- 02:52 PM Support #73: Can't write to log edu.berkeley.eecs.bid.mellis.arduino101
- `gdplogd` on gdp-03 was messed up, I restarted it and it seems to work. What caused this, is still unknown.
One th... - 02:43 PM Feature #31 (Closed): Systemd debian packaging scripts for log-server
10/14/2016
- 04:34 PM Bug #74: Asyn Write/Subscribe
- > Incomplete PDU fd 8 pduLen 439 bufferDataLen 103
> Incomplete PDU fd 8 pduLen 441 bufferDataLen 157
> Incomplete ... - 03:42 PM Bug #74: Asyn Write/Subscribe
- The log also contains records like the following for async writing
recno -1, len 0, ts 0 - 03:40 PM Bug #74 (Closed): Asyn Write/Subscribe
- If I write async to log, router log is filled with such messages:
Incomplete PDU fd 8 pduLen 439 bufferDataLen 103... - 03:35 PM Bug #69: Read, Write Errors
- Nitesh Mor wrote:
> Edited description for readability.
Seeing this error on local GDP as well. Restarting the gd... - 01:02 PM Bug #64: gdplogd to gdp-router-click communications getting out of sync
- gdplogd has been updated so that it doesn't complain if records arrive out of order. Unfortunately this also means t...
- 12:08 PM Support #73: Can't write to log edu.berkeley.eecs.bid.mellis.arduino101
- Here's the debugging output, which includes an assertion failure and exit that I don't see when running without debug...
- 12:03 PM Support #73 (Closed): Can't write to log edu.berkeley.eecs.bid.mellis.arduino101
- When I run the following command:
~~~
./gdp-writer -a edu.berkeley.eecs.bid.mellis.arduino101
~~~
and enter l... - 11:58 AM Support #72 (Closed): gcl-create hangs intermittently.
- This was hanging for me, then started working again:
~~~
./gcl-create -C mellis@berkeley.edu edu.berkeley.eecs.bi...
10/13/2016
- 11:50 AM Bug #71 (Closed): Python shared library version mismatch
- (On OS X)
When importing the Python library, I get
OSError: dlopen(/Volumes/code/berkeley/gdp/lang/python/gdp/../... - 10:53 AM Bug #70 (Closed): Makefiles do not respect environmental CFLAGS
- Convention is to use CFLAGS += ... in Makefiles so that users can pass additional arguments via the command line. The...
10/09/2016
- 03:34 PM Bug #69: Read, Write Errors
- Edited description for readability.
- 10:09 AM Bug #61: GDP Error 600
- I just pulled gdp again and tried one more time.
**On my RPi:**
* It seems to be working, and it is logging this ...
Also available in: Atom