I thought I had found the offending commit... but reverting it did not fix the 
out of memory error...
So I am confused.

C:\Users\Paul\freecom\freecom>git bisect log
git bisect start
# status: waiting for both good and bad commits
# bad: [cede733377c454cb93e9038d476582f0d1fcbf0a] ver.c: try 21.3306 true 
version call, if zero then use 21.3000 version
git bisect bad cede733377c454cb93e9038d476582f0d1fcbf0a
# status: waiting for good commit(s), bad commit known
# good: [35f9a759c574d60e2664aba008d0979818030710] documentation: update dates 
and history for 0.85a release
git bisect good 35f9a759c574d60e2664aba008d0979818030710
# bad: [35028b6b6c825b39193f3b1e806e0f32a21bfb68] fix issue# 52 call 
incorrectly parsing arguments
git bisect bad 35028b6b6c825b39193f3b1e806e0f32a21bfb68
# good: [d0798ad222b4aa2e94f3be7edf846cbe35fe3dbb] Ci 02 (#93)
git bisect good d0798ad222b4aa2e94f3be7edf846cbe35fe3dbb
# skip: [8ee281fd7a858db15d0dd317a46f2532b9c6509e] With GCC use libi86 where 
possible
git bisect skip 8ee281fd7a858db15d0dd317a46f2532b9c6509e
# bad: [158fc0ff0ac1fb40adf3a7d20521d4e99ad2fa0f] fix test for Open Watcom
git bisect bad 158fc0ff0ac1fb40adf3a7d20521d4e99ad2fa0f
# bad: [ff1641c564c482e6bb30dd1a47f674f10b8a890b] Revert "Supplement: Fixup 
some more compat prototypes"
git bisect bad ff1641c564c482e6bb30dd1a47f674f10b8a890b
# good: [3cd8edb52c7ff81763abd25f5ea9f6d1ebfb697f] fix NASM segment attribute 
redefinition warning
git bisect good 3cd8edb52c7ff81763abd25f5ea9f6d1ebfb697f
# bad: [9ec47792953100eea6c9a18b0bed34a4471a9a6a] fix #102 multi-line command 
line editing
git bisect bad 9ec47792953100eea6c9a18b0bed34a4471a9a6a
# good: [5a55f8aaedb9b30a91f8a861e8e72c1c0802a3e2] add binary extensions to 
.gitignore
git bisect good 5a55f8aaedb9b30a91f8a861e8e72c1c0802a3e2
# first bad commit: [9ec47792953100eea6c9a18b0bed34a4471a9a6a] fix #102 
multi-line command line editing

So would be:
https://github.com/FDOS/freecom/commit/9ec47792953100eea6c9a18b0bed34a4471a9a6a
that should fix: https://github.com/FDOS/freecom/issues/102

but after that I:
git bisect reset
git checkout HEAD
git pull
git revert 9ec47792953100eea6c9a18b0bed34a4471a9a6a

and recompiling it... I still get the out of memory error... So I need to sleep 
on that.








_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to