Re: heap malloc when executing binary/elf file

2020-05-17 Thread Alan Carvalho de Assis
Hi Florian, Does this problem only occur in version 9.0.0? Or is it happening to the current master as well? Are you following this tutorial: https://www.youtube.com/watch?v=oL6KAgkTb8M Also you can increase the debug level (include warn and info). BR, Alan On 5/16/20, Florian Wehmeyer wrote

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Gregory Nutt
However, got a new problem now which I've not figured out yet: The binary loader does not load the elf if the program is a built-in app... very strange.. It does not even try to load the elf file from file-system, it directly goes to the built-in app. That means that it failed to load the app

Re: "No Podling Name Search on file"

2020-05-17 Thread Brennan Ashton
FYI it was just approved. https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-182 --Brennan On Wed, May 13, 2020, 7:26 AM Nathan Hartman wrote: > On Wed, May 13, 2020 at 12:54 AM Brennan Ashton > > wrote: > > > I created the ticket > > https://issues.apache.org/jira/browse/PODLINGNAMESEAR

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Florian Wehmeyer
Hi Greg and Alan, > > It does not even try to load the elf file from file-system, it > > directly > > goes to the built-in app. > That means that it failed to load the app on the file system.  It > should  > check in this order" > > - Load file from file system if possible > > - If not, run bu

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Gregory Nutt
Mystery solved. It does not even try to load the elf file from file-system, it directly goes to the built-in app. That means that it failed to load the app on the file system.  It should check in this order" - Load file from file system if possible - If not, run built-in application if possibl

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Gregory Nutt
I just created incubator-nuttx-apps PR 255 that should restore the correct behavior: https://github.com/apache/incubator-nuttx-apps/pull/255 On 5/17/2020 3:33 PM, Gregory Nutt wrote: Mystery solved. It does not even try to load the elf file from file-system, it directly goes to the built-in ap

Re: "No Podling Name Search on file"

2020-05-17 Thread Nathan Hartman
On Sun, May 17, 2020 at 2:46 PM Brennan Ashton wrote: > FYI it was just approved. > > https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-182 Thanks for taking care of that! Nathan

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Gregory Nutt
I just created incubator-nuttx-apps PR 255 that should restore the correct behavior: https://github.com/apache/incubator-nuttx-apps/pull/255 This is a major bug and, if we release do a bugfix release sometime, this should be included.

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Brennan Ashton
On Sun, May 17, 2020, 3:50 PM Gregory Nutt wrote: > > > I just created incubator-nuttx-apps PR 255 that should restore the > > correct behavior: > https://github.com/apache/incubator-nuttx-apps/pull/255 > > This is a major bug and, if we release do a bugfix release sometime, > this should be incl

Re: heap malloc when executing binary/elf file

2020-05-17 Thread Gregory Nutt
Hi, Brennan, I just created incubator-nuttx-apps PR 255 that should restore the correct behavior: https://github.com/apache/incubator-nuttx-apps/pull/255 This is a major bug and, if we release do a bugfix release sometime, this should be included. I was thinking the same. I created a label ba

Backporting Fixes [was: heap malloc when executing binary/elf file]

2020-05-17 Thread Brennan Ashton
On Sun, May 17, 2020, 3:59 PM Gregory Nutt wrote: > Hi, Brennan, > >>> I just created incubator-nuttx-apps PR 255 that should restore the > >>> correct behavior: > >> https://github.com/apache/incubator-nuttx-apps/pull/255 > >> > >> This is a major bug and, if we release do a bugfix release somet

Re: Backporting Fixes [was: heap malloc when executing binary/elf file]

2020-05-17 Thread Nathan Hartman
On Sun, May 17, 2020 at 7:11 PM Brennan Ashton wrote: > On Sun, May 17, 2020, 3:59 PM Gregory Nutt wrote: > > > Hi, Brennan, > > >>> I just created incubator-nuttx-apps PR 255 that should restore the > > >>> correct behavior: > > >> https://github.com/apache/incubator-nuttx-apps/pull/255 > > >>

Re: Backporting Fixes [was: heap malloc when executing binary/elf file]

2020-05-17 Thread Gregory Nutt
I have no preference. At some point, I think we also have to say that 9.0.x "is what it is". Or do you see us continuing to maintain the release forever? In the dark, pre-Apache past, I had about a two week period after the release after which it "is what it is". I distrubuted patches up un

intel64

2020-05-17 Thread Takashi Yamamoto
hi, this is just a curious question. why do we use the name "intel64" for qemu things? i thought it was from qemu, but qemu seems to use x86_64 or amd64. i think "amd64" is more commonly used as it's from amd. do we want to help intel marketing for some reasons?

Re: intel64

2020-05-17 Thread Brennan Ashton
On Sun, May 17, 2020, 10:36 PM Takashi Yamamoto wrote: > hi, > > this is just a curious question. > why do we use the name "intel64" for qemu things? > i thought it was from qemu, but qemu seems to use x86_64 or amd64. > i think "amd64" is more commonly used as it's from amd. > do we want to help

答复: [External Mail]Re: heap malloc when executing binary/elf file

2020-05-17 Thread 安超
Hi Greg, About the break commit: commit 9a28ccf836c1b9f0eb5e1163964042eddc207697 Author: chao.an Date: Fri Feb 21 09:54:47 2020 +0800 nsh/parse: try the builtin configuration first In the case of enable the BUILTIN_APPS/FILE_APPS at the same time, try t