|
From: Hans D. <dul...@eg...> - 2000-09-18 03:29:08
|
"Frank V. Castellucci" wrote:
>
> Hans Dulimarta wrote:
> >
> >
> > /usr/src/redhat/SOURCES/libcorelinux-0.4.28.tar.gz
> > /usr/src/redhat/BUILD/libcorelinux-0.4.28/{a lot of files
> > bur RPMs .....}
>
> Right, which means the build failed and why should be indicated in the
> rpmlog.txt if you did the redirection of stdout and stderr.
>
> I assume that you have doxygen installed?
>
Yes, doxygen-1.2.1-20000829.
I just checked in my fix to bugs 113982, 113983, and 113985.
The ex22 sample code now runs ok. The source of these bugs
were found
in EventSemaphoreGroup and EventSemaphore. In ESG, counter
in theUsedMap
was decremented twice causing premature call to delete
operator.
In ES, the bug was subtle. If you remember in our exchange
of e-mails
in Auguest, I initially proposed to implement "hold"
operation as SetValue (1),
"wait" as Z(s), and "trigger/signal" operation as P(s), but
then I changed it to:
"hold" as setValue (-1) and trigger as V(s).
Apparently, setValue (-1) is not a valid semctl SETVAL
operation. So I reverted the
implementation to my initial approach [setValue (1) and
trigger as P(s)].
Now for bug 113984: you mention that the indentation level
is 4, but I think that
C++ coding standard mentions an indentation level of 3.
> >
> > > there should be 4 RPM (the base, developers, docs, examples)
> > >
> > > >
> > > > --
> > > > Hans Dulimarta, Ph.D. dul...@co...
> > > > P: 517-432-7589 http://www.egr.msu.edu/~dulimart
> > > > F: 760-281-7691 http://corelinux.sourceforge.net
> > > > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824
> > > >
> > > > _______________________________________________
> > > > Corelinux-develop mailing list
> > > > Cor...@li...
> > > > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop
> > >
> > > --
> > > Frank V. Castellucci
> > > http://corelinux.sourceforge.net
> > > OOA/OOD/C++ Standards and Guidelines for Linux
> > > http://PythPat.sourceforge.net
> > > Pythons Pattern Package
> > > _______________________________________________
> > > Corelinux-develop mailing list
> > > Cor...@li...
> > > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop
> >
> > --
> > Hans Dulimarta, Ph.D. dul...@co...
> > P: 517-432-7589
> > http://www.egr.msu.edu/~dulimart
> > F: 760-281-7691 http://corelinux.sourceforge.net
> > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824
> > _______________________________________________
> > Corelinux-develop mailing list
> > Cor...@li...
> > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop
>
> --
> Frank V. Castellucci
> http://corelinux.sourceforge.net
> OOA/OOD/C++ Standards and Guidelines for Linux
> http://PythPat.sourceforge.net
> Pythons Pattern Package
> _______________________________________________
> Corelinux-develop mailing list
> Cor...@li...
> http://lists.sourceforge.net/mailman/listinfo/corelinux-develop
--
Hans Dulimarta, Ph.D. dul...@co...
P: 517-432-7589
http://www.egr.msu.edu/~dulimart
F: 760-281-7691 http://corelinux.sourceforge.net
Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824
|