Activity

From 10/11/2012 to 11/09/2012

11/09/2012

02:28 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Strangely, the @getOutFactoryInstance()@ hack is not currently in effect. rsb-cpp compiles happily with the function ... J. Moringen
09:37 AM Bug #1230: Unintuitive error message upon misconfiguration
This is a slightly different case (RSB not linked with the spread library, but spread is the only enabled transport),... D. Klotz

11/08/2012

12:37 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Oh yes. So the trick was that the singleton instance needs to be created inside the rsb DLL. For this purpose the dll... J. Wienke
05:31 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Thanks, I think, I see the problem now (excerpt from attachment:rsb_version_output.txt)... J. Moringen
02:19 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
here are the demanded outputs... V. Losing
11:11 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Thanks for trying that. Can you also attach the output of
# @rsb_version --verbose@
# @rsb_listener@ with
<p...
J. Moringen
11:07 AM Bug #1232 (Resolved): Incorrect Debian package dependency in rsb-tools-cpp0.8
The package depends on @rsc0.8@ but should depend on @librsc0.8@ instead. This make the package uninstallable.
Las...
J. Moringen

11/07/2012

05:28 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
1)BUILD_SOCKET_TRANSPORT is checked
2)with empty rsb.conf nothing happens, but i'm not sure how to send and receive ...
V. Losing
04:00 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
@Johannes: I don't think this is only an access violation. The final part of the backtrace may show some heap-related... J. Moringen
01:45 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I would have suspected something like this:
http://stackoverflow.com/questions/2322095/why-does-this-program-crash-p...
J. Wienke
11:25 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I've checked the option for spread support in the cmake cache, and it is checked.
added my rsb.conf
V. Losing
10:02 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Did you create a @rsb.conf@ file? If so, can you post its contents?
Is it possible, that you built RSB without Spr...
J. Moringen
07:19 AM Bug #1231 (Resolved): Connector and EventProcessingStrategie factory singletons are instantiated ...
When for example rsb_listener.exe is used in combination with spread, the listener crashes immediately(when rsb.conf ... V. Losing

11/06/2012

06:35 PM Bug #1230 (Closed): Unintuitive error message upon misconfiguration
Using the current master of everything, I just experienced the following error which was a bit puzzling due to a -- l... S. Wrede
03:44 PM Tasks #1229: Check if spread java sources can be updated to 4.3
I think it is not compatible or at least there are some glitches. I had a problem with a client compiled against 4.1 ... J. Wienke
03:40 PM Tasks #1229: Check if spread java sources can be updated to 4.3
This is indeed strange. We should post a message to the Spread ML after we tested that with a current download. If th... S. Wrede
03:07 PM Tasks #1229: Check if spread java sources can be updated to 4.3
Actually the makefile for the daemon and C library is somehow broken for the 4.2 release and doesn't install the daem... J. Wienke
02:25 PM Tasks #1229 (Resolved): Check if spread java sources can be updated to 4.3
From the Spread mailing list:... S. Wrede

11/05/2012

12:41 AM Enhancement #657 (In Progress): Implement Configuration Subsystem in Java
J. Moringen
12:40 AM Feature #726 (In Progress): Implement Connector Subsystem in Java
J. Moringen
12:40 AM Enhancement #1024 (In Progress): Add Transport class [Java]
J. Moringen
06:47 PM Tasks #1227 (Feedback): Add a CMake macro for RSB plugins
The @CMakeLists.txt@ files of the currently existing plugins are very similar.
I suspect we could provide a CMake ...
J. Moringen

11/03/2012

03:50 AM Bug #1223 (Resolved): Segmentation fault in YARP transport
Applied in changeset rsb-yarp-cpp|commit:cccd586fb558f856d1688f824d32a8f1e7b827fb. J. Moringen

11/02/2012

07:24 PM Bug #1223 (In Progress): Segmentation fault in YARP transport
J. Moringen
09:53 AM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
Didn't we once think about giving a general tutorial for installation methods on docs.cor-lab.org and remove every in... J. Wienke
09:46 AM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
Even though, we should add a note which just informs the reader that there exists the Maven repository in that other ... S. Wrede

11/01/2012

02:33 AM Enhancement #1221 (In Progress): Document timestamp ecoding more precisely
J. Moringen

10/30/2012

10:02 PM Bug #1223 (Resolved): Segmentation fault in YARP transport
There is a race condition in the initialization or nameserver code of the YARP transport. The problem seems to be tha... J. Moringen
04:39 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
I don't think it's a good idea to document something that is potentially out of date. If we decide to maintain the RS... J. Wienke
04:37 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
@Johannes: This is no reason why we shouldn't incorporate that information. S. Wrede
02:17 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
We do not have. CITEC has. J. Wienke
02:17 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
The description is in the master branch of the manual.
I didn't know we had a maven repository. Where can I find it?
J. Moringen
12:57 PM Tasks #1222 (Resolved): Document binary installation of rsb-java: JAR download and Maven
While the CI-Job is building the JAR-artefact, the documentation lacks an explanation where to find and how to instal... S. Wrede
08:32 AM Enhancement #1221: Document timestamp ecoding more precisely
Note that Java doesn't have unsigned types, and no type larger than 64bit. Hence, the usual type for storing time val... I. Lütkebohle
08:10 AM Enhancement #1221: Document timestamp ecoding more precisely
no idea how we got signed types, too. +1 for utc. we also need to check the client apis for the way they assign the d... J. Wienke

10/29/2012

07:14 PM Enhancement #1221 (Resolved): Document timestamp ecoding more precisely
The comments in the @Notification@ protocol buffer file do not explain:
* Why are some timestamps signed and some ...
J. Moringen

10/24/2012

03:19 PM Tasks #1118 (Resolved): Fix content of manual to git URLs
Applied in changeset rsb-manual|commit:5c46d8ce71f5df06ab7cb8a08c7ca1bf8e33e04a. J. Wienke
11:17 AM Tasks #1118: Fix content of manual to git URLs
Attached is a proposal how to fix the broken GIT URLs. I am not quite sure about some CL specific locations. I suspec... J. Wienke

10/22/2012

02:32 PM Tasks #1214 (New): Use better wire-type for binary blobs
Currently, we use string which is ambiguous (e.g. XML could also be represented as string).
We could use something...
J. Moringen
02:30 PM Tasks #1213 (New): Really support wire-types other than string
Problems:
* Wire-type is a template parameter; cannot vary at runtime
* Factory code is hard-wired to wire-type s...
J. Moringen

10/19/2012

05:31 PM Feature #1210 (Resolved): Request: Deploy rsb-java to Citec Maven Repository
Deployment of the java artifacts would ease the workflow dramatically for users who use maven in their projects. Also... L. Ziegler

10/17/2012

01:45 PM Tasks #1209 (Resolved): Include RST in 5 Minutes Talk
This has been done in commit:49eac22e J. Wienke

10/15/2012

02:38 PM Tasks #1209 (Resolved): Include RST in 5 Minutes Talk
J. Wienke
01:09 PM Tasks #1202 (Resolved): Apply Workaround for Concept Documentation
Fixed in commit commit:rsb-manual|bb79983e. Also added a bit documentation about the Scope concept.
Concept docume...
S. Wrede

10/13/2012

04:44 PM Tasks #1132 (Resolved): Integrate all examples into manual
J. Moringen
04:43 PM Tasks #1132: Integrate all examples into manual
Sebastian Wrede wrote:
> Could you rename the Section to Examples in order to avoid confusion with the top-level tut...
J. Moringen
03:03 PM Tasks #1132: Integrate all examples into manual
Could you rename the Section to Examples in order to avoid confusion with the top-level tutorials?
Furthermore, we s...
S. Wrede

10/12/2012

11:06 PM Tasks #1132 (Feedback): Integrate all examples into manual
The manual still does not include each and every example. However, I think the important ones are included. Can we cl... J. Moringen
10:43 PM Bug #1207: Cobertura-based coverage testing does not seem to work with Java 1.7
We should probably switch to http://www.eclemma.org/jacoco/ J. Wienke
07:52 PM Bug #1207 (Resolved): Cobertura-based coverage testing does not seem to work with Java 1.7
The symptom are messages like... J. Moringen
04:14 PM RSBag Bug #1206: Error on killing bag-record with ctrl-c
The warning should not prevent further clean up such as flushing buffers and closing the file.
I have to try to re...
J. Moringen
04:04 PM RSBag Bug #1206: Error on killing bag-record with ctrl-c
In the first case, the recorded tide file is empty as I probably tried to stop all the time before the flushing strat... J. Wienke
04:02 PM RSBag Bug #1206: Error on killing bag-record with ctrl-c
The first problem is harmless. I can suppress the warning though.
The second problem is unrelated and should be fi...
J. Moringen
03:10 PM RSBag Bug #1206: Error on killing bag-record with ctrl-c
Bus server is a 0.7 cpp program. J. Wienke
03:10 PM RSBag Bug #1206: Error on killing bag-record with ctrl-c
Another issue I had:... J. Wienke
03:03 PM RSBag Bug #1206 (Closed): Error on killing bag-record with ctrl-c
... J. Wienke

10/11/2012

07:11 PM Tasks #1202 (Resolved): Apply Workaround for Concept Documentation
* Add RSB Paper as reference to literature.rst
* Cite RSB Paper after intro paragraph (can we make it downloadable?)...
S. Wrede
02:10 AM Tasks #1196 (Resolved): Describe registration of converters
Applied in changeset rsb-manual|commit:238281174fef95f189bc6fd8b88479a42b133247. J. Moringen
 

Also available in: Atom