Activity
From 10/21/2016 to 11/19/2016
11/19/2016
- 06:45 AM Bug #75 (Closed): Subscription times out
- Rico, I am relieved that the problem's been tracked down. Good sleuthing job, and thanks for letting us know.
- 09:19 PM Bug #75: Subscription times out
- Hi Eric,
After rereading the documentations for installing and running the log server, and checking if I've follow...
11/14/2016
- 11:47 AM Bug #82: Memory leaks in subscriptions (and elsewhere)
- Thanks for taking a look, I agree that these leaks are of low priority.
In an embedded system a process could run ... - 11:12 AM Bug #82: Memory leaks in subscriptions (and elsewhere)
- There are many cases where memory is allocated during startup and never released; for example, when reading the admin...
- 07:44 AM Bug #82: Memory leaks in subscriptions (and elsewhere)
- I can still reproduce this under RHEL with today's version of the GDP.
~~~
[cxh@terra apps]$ gcl-create -k none p... - 11:21 AM Bug #88 (New): memory leak in GCL cache hash table
- The open GCL cache (as implemented in `gdp/gdp_gcl_cache.c`) uses `libep` hash tables (`ep/ep_hash.c`). They in turn...
11/13/2016
- 01:09 PM Berkeley servers (gdp-01, -02, -03, and -04) updated
- The four GDP servers at Berkeley have been updated to the latest development version of the system. This is _not_ an...
11/12/2016
- 03:31 PM Bug #86 (Closed): Multiple subscriptions and/or multireads to the same log don't work
- Seems to work. I can no longer reproduce this bug. Closing.
- 02:14 PM Bug #69 (Feedback): Read, Write Errors
- Syed, could you try this again, preferably using the latest `gdplogd` from the repo? I think it may be fixed, and I ...
- 02:10 PM Bug #77 (Resolved): GDP Log Server Crashes when we end subscription
- It looks like this is the same problem as #78, which is closed. Syed, could you see if this is fixed? You may need ...
- 02:05 PM Bug #84 (Resolved): Assertion in gdp_gcl_create() crashes the calling process
- 02:02 PM Bug #75: Subscription times out
- I'm completely stumped — I can't reproduce this at all, at least using the current code (I tried both the latest `gdp...
- 10:26 AM Bug #75: Subscription times out
- Hi Eric. Here is the output of the command in our server.
`@(#)gdplogd 0.7.2 (2016-11-12 11:53) 4f976ad9f75dad291b... - 09:55 AM Bug #75: Subscription times out
- Rico, I'm not able to reproduce this on my latest code version (and yes, there have been some changes to the way subs...
- 02:18 AM Bug #75: Subscription times out
- Hi Nitesh,
I have compiled the latest version of the gdplogd codes from the repo and tried if the bug is already f... - 10:18 AM Bug #40 (Resolved): gcl-create calls abort: there should be a version of _gdp_gcl_decref that doe...
- I believe this is related to (or the same as) issue #83, which has been fixed.
- 04:25 PM Feature #46 (Closed): Need way of rebuilding log indices ("fsck for logs")
- I'm closing this issue since I think a preliminary program is available that works acceptably. Enhancements should b...
11/11/2016
- 03:07 PM Bug #83 (Closed): Assertions should not crash the calling process: assertion in gdp_gcl_close() c...
- Cool, thanks, I think we can close this one, so I'm closing it.
- 11:19 AM Bug #83: Assertions should not crash the calling process: assertion in gdp_gcl_close() causes the...
- As of commit:8701c522 `gdp_gcl_close` should return `GDP_STAT_GCL_NOT_OPEN` when passed a bad GCL.
- 02:51 PM Bug #80 (Closed): GDP setup
- Closed due to lack of feedback.
- 02:49 PM Bug #82 (Feedback): Memory leaks in subscriptions (and elsewhere)
- I can't seem to reproduce this on the latest version (although admittedly I'm testing on MacOS; Linux may be differen...
- 02:35 PM Bug #84: Assertion in gdp_gcl_create() crashes the calling process
- I believe this assertion has been fixed. Since it's a "can't happen" assertion it's hard to reproduce. None the les...
- 10:12 AM Bug #86 (Resolved): Multiple subscriptions and/or multireads to the same log don't work
- I believe this should be fixed in commit:029cf007. It turns out it was in gdplogd, not libgdp.
11/08/2016
- 02:54 PM Bug #70: Makefiles do not respect environmental CFLAGS
- These other problems should have been resolved in commit:6cc67fbe.
- 02:47 PM Bug #87 (Resolved): Crash when trying to use RSA key to sign a log
- Should be fixed. There was an undersized buffer. Note that this was not a security problem: no buffer overflows occ...
- 02:04 PM Bug #87 (Closed): Crash when trying to use RSA key to sign a log
- ~~~
vagrant@vagrant-ubuntu-trusty-64:~$ gcl-create -k rsa -K test_keys/ -s com.pbramsen.gdplogd my_rsa_log
Enter PE...
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...
Also available in: Atom