SourceForge.net | 1 Mar 2007 04:20
Picon
Favicon

[ clisp-Bugs-1659428 ] Invalid null pointer in a saved image

Bugs item #1659428, was opened at 2007-02-13 17:38
Message generated for change (Settings changed) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1659428&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffi
Group: lisp error
>Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Edgar Gonçalves (bramstocker)
Assigned to: Sam Steingold (sds)
Summary: Invalid null pointer in a saved image

Initial Comment:
When loading an image where a variable was set to a null foreign pointer, like:
(defvar null-ptr (ffi:unsigned-foreign-address 0))

access to null-ptr returns an invalid foreign pointer, instead of valid (as it was before the image was
saved and stopped). Here's a sample code that demonstrates this problem:
,-----
| (asdf:operate 'asdf:load-op 'cffi)
| (asdf:operate 'asdf:load-op 'cffi-uffi-compat)
| (defvar my-null-ptr (ffi:unsigned-foreign-address 0))
| (format t "- Before loading image, null ptr is: ~A!~%" my-null-ptr)
| (ext:saveinitmem "test.exe"
(Continue reading)

clisp-cvs-request | 1 Mar 2007 21:16
Picon

clisp-cvs Digest, Vol 11, Issue 1

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/modules/clx/new-clx clx.f,2.64,2.65 (Sam Steingold)

----------------------------------------------------------------------

Message: 1
Date: Wed, 28 Feb 2007 20:25:12 +0000
From: Sam Steingold <sds <at> users.sourceforge.net>
Subject: clisp/modules/clx/new-clx clx.f,2.64,2.65
To: clisp-cvs <at> lists.sourceforge.net
Message-ID: <E1HMVMO-0006zb-Q6 <at> mail.sourceforge.net>

Update of /cvsroot/clisp/clisp/modules/clx/new-clx
(Continue reading)

SourceForge.net | 2 Mar 2007 02:26
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 18:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Bruno Haible (haible)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
(Continue reading)

SourceForge.net | 2 Mar 2007 06:00
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 20:26
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Bruno Haible (haible)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Sam Steingold (sds)
Date: 2007-03-02 00:00

Message:
Logged In: YES 
user_id=5735
(Continue reading)

SourceForge.net | 2 Mar 2007 06:37
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 18:26
Message generated for change (Comment added) made by fgstep
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Bruno Haible (haible)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Adam Fedor (fgstep)
Date: 2007-03-01 22:37

Message:
Logged In: YES 
user_id=1326233
(Continue reading)

SourceForge.net | 4 Mar 2007 05:46
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 20:26
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Bruno Haible (haible)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Sam Steingold (sds)
Date: 2007-03-03 23:46

Message:
Logged In: YES 
user_id=5735
(Continue reading)

SourceForge.net | 4 Mar 2007 18:48
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 18:26
Message generated for change (Comment added) made by fgstep
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Bruno Haible (haible)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Adam Fedor (fgstep)
Date: 2007-03-04 10:48

Message:
Logged In: YES 
user_id=1326233
(Continue reading)

SourceForge.net | 4 Mar 2007 19:01
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 20:26
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
>Status: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
>Assigned to: Sam Steingold (sds)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Sam Steingold (sds)
Date: 2007-03-04 13:01

Message:
Logged In: YES 
user_id=5735
(Continue reading)

SourceForge.net | 4 Mar 2007 23:58
Picon
Favicon

[ clisp-Bugs-1672132 ] mprotect configure test incorrect

Bugs item #1672132, was opened at 2007-03-01 18:26
Message generated for change (Comment added) made by fgstep
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1672132&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ffcall
Group: build problems
>Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Adam Fedor (fgstep)
Assigned to: Sam Steingold (sds)
Summary: mprotect configure test incorrect

Initial Comment:
The configure test for mprotect appears to be incorrect, producing exactly the opposite result it is
supposed to. Attached is the patch

----------------------------------------------------------------------

>Comment By: Adam Fedor (fgstep)
Date: 2007-03-04 15:58

Message:
Logged In: YES 
user_id=1326233
(Continue reading)

clisp-cvs-request | 5 Mar 2007 01:39
Picon

clisp-cvs Digest, Vol 11, Issue 2

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/src/m4 mprotect.m4,1.7,1.8 (Sam Steingold)
   2. clisp/ffcall/m4 mprotect.m4,1.8,1.9 (Sam Steingold)
   3. clisp/src configure,1.168,1.169 (Sam Steingold)
   4. clisp/src/autoconf aclocal.m4,1.184,1.185 (Sam Steingold)
   5. clisp/ffcall/avcall configure,1.47,1.48 (Sam Steingold)
   6. clisp/ffcall/callback configure,1.43,1.44 (Sam Steingold)
   7. clisp/ffcall/m4 libtool.m4,1.9,1.10 (Sam Steingold)
   8. clisp/modules/clx/new-clx configure,1.15,1.16 (Sam Steingold)
   9. clisp/ffcall/callback/vacall_r configure,1.51,1.52 (Sam Steingold)
  10. clisp/ffcall/callback/trampoline_r configure,1.57,1.58
      (Sam Steingold)
  11. clisp/modules/gtk2 configure,1.1,1.2 (Sam Steingold)
(Continue reading)


Gmane