Hi,

Sorry, but both the below patches are already applied to my xenomai-next repo:
build: link dlopen libs with "nodelete"
smokey/dlopen: fix testcase

Still I am facing dlopen issue.
Is there any other patches I am missing?


Thanks,
Pintu

On Wed, Jun 27, 2018 at 6:47 PM Pintu Kumar <[email protected]> wrote:
>
> Hi,
>
> One doubt, how do we clone 3.0.7 ?
> Is it part of the following branches?
>   remotes/origin/next
>   remotes/origin/stable/v3.0.x
>
> I could not find any branch with the name 3.0.7.
>
> Is all 3 patches important, or only this is fine:
> build: link dlopen libs with "nodelete"
> smokey/dlopen: fix testcase
>
> Sorry, but can you list down all 3 commits.
>
>
> Thanks,
> Pintu
>
>
>
> Thanks,
> Pintu
> On Wed, Jun 27, 2018 at 6:30 PM Pintu Kumar <[email protected]> wrote:
> >
> > Dear Henning,
> >
> > Thanks so much for your reply.
> > I am actually using xenomai-next branch.
> > With last commit as:
> > commit ffb68112e2342a62a1f70916a35a3d68e875b12c
> > Author: Philippe Gerum <[email protected]>
> > Date:   Mon May 21 12:54:59 2018 +0200
> >
> >     scripts/prepare-kernel.sh: drop left overs from obsolete ports
> >
> > Anyways, I will check with your reference commits.
> >
> > Thanks,
> > Pintu
> > On Wed, Jun 27, 2018 at 6:07 PM Henning Schild
> > <[email protected]> wrote:
> > >
> > > Hi Pintu,
> > >
> > > i guess you might be using v3.0.6. There are a couple of commits on top
> > > of that
> > > https://gitlab.denx.de/Xenomai/xenomai/commit/aa008686091484c88cbb809bc190133a98769a30
> > > and 2 parents
> > > All three are in v3.0.7, which hopefully solves your problem.
> > >
> > > regards,
> > > Henning
> > >
> > > Am Wed, 27 Jun 2018 16:11:43 +0530
> > > schrieb Pintu Kumar <[email protected]>:
> > >
> > > > Dear Henning,
> > > >
> > > > I saw your commit regarding dlopen here:
> > > > https://xenomai.org/pipermail/xenomai/2018-February/038351.html
> > > >
> > > > We are facing dlopen error with xeno-test on arm (beagle bone) and
> > > > arm64 (hikey) boards.
> > > > Segmentation fault
> > > > /usr/xenomai/bin/smokey: test dlopen failed: Unknown error -1
> > > >
> > > > Do you have any clue regarding this issue.
> > > > Earlier xeno-test worked for us, but after this commit xeno-test is
> > > > failing.
> > > >
> > > > Currently we dont need dlopen test.
> > > > So, please let us know how to disable dlopen test to pass the
> > > > xeno-test report.
> > > >
> > > >
> > > > Thanks,
> > > > Pintu
> > > >
> > > >
> > > >
> > > > On Tue, Jun 26, 2018 at 11:07 PM Pintu Kumar <[email protected]>
> > > > wrote:
> > > > >
> > > > > One more thing,
> > > > > On x86 xeno-test works fine even with dlopen.
> > > > >
> > > > > This problem is seen only of arm and arm64 boards.
> > > > >
> > > > > Thanks,
> > > > > Pintu
> > > > > On Tue, Jun 26, 2018 at 10:16 PM Pintu Kumar <[email protected]>
> > > > > wrote:
> > > > > >
> > > > > > Ok Greg thanks a lot.
> > > > > >
> > > > > > Yes, I can recompile it, but for now I want to get rid of this
> > > > > > dlopen to pass rest of xeno-test.
> > > > > > Please let me know how to disable it from configure.ac
> > > > > >
> > > > > > Thanks,
> > > > > > Pintu
> > > > > > On Tue, Jun 26, 2018 at 8:57 PM Greg Gallagher
> > > > > > <[email protected]> wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > >   I'll take a look at this tonight.  I'll confirm if this test
> > > > > > > is crashing on all platforms or just BB.  To disable I believe
> > > > > > > you'll have to recompile the tests.
> > > > > > >
> > > > > > > -Greg
> > > > > > >
> > > > > > > On Tue, Jun 26, 2018 at 10:43 AM, Pintu Kumar
> > > > > > > <[email protected]> wrote:
> > > > > > > > Dear Greg,
> > > > > > > >
> > > > > > > > Please let me know how to disable "dlopen" test in
> > > > > > > > xenomai-next.
> > > > > > > >
> > > > > > > > I even tried, without dlopen parameter during ./configure but
> > > > > > > > still I get the same issue.
> > > > > > > > #  ./configure --enable-smp
> > > > > > > >
> > > > > > > > We did not face this issue earlier on xenomai-3 stable branch.
> > > > > > > > So, I am planning to disable it right now.
> > > > > > > > Please help!
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Pintu
> > > > > > > >
> > > > > > > > On Tue, Jun 26, 2018 at 12:52 PM Pintu Kumar
> > > > > > > > <[email protected]> wrote:
> > > > > > > >>
> > > > > > > >> Hi,
> > > > > > > >> I am using Kernel 4.9.51 for beagle bone black with xenomai
> > > > > > > >> patches from xenomai-next repo.
> > > > > > > >>
> > > > > > > >> I have installed xenomai-3-next using below:
> > > > > > > >> # ./scripts/bootstrap
> > > > > > > >> # ./configure --with-pic --with-core=cobalt --enable-smp
> > > > > > > >> --disable-tls --enable-dlopen-libs
> > > > > > > >> # make
> > > > > > > >> # make install
> > > > > > > >>
> > > > > > > >> After that when I run xeno-test I get below error, and the
> > > > > > > >> test stopped.
> > > > > > > >>
> > > > > > > >> # root@bdk:~# /usr/xenomai/bin/xeno-test
> > > > > > > >> ....
> > > > > > > >> ....
> > > > > > > >> vdso_access OK
> > > > > > > >> xddp skipped (no kernel support)
> > > > > > > >> Segmentation fault
> > > > > > > >> /usr/xenomai/bin/smokey: test dlopen failed: Unknown error -1
> > > > > > > >>
> > > > > > > >> If you have any clue about this error, please let me know.
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> Thanks,
> > > > > > > >> Pintu
> > >

_______________________________________________
Xenomai mailing list
[email protected]
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to