Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEGV: my $x = :(Int); $x.^methods>>.say #2619

Closed
p6rt opened this issue Jan 24, 2012 · 7 comments
Closed

SEGV: my $x = :(Int); $x.^methods>>.say #2619

p6rt opened this issue Jan 24, 2012 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jan 24, 2012

Migrated from rt.perl.org#108968 (status was 'resolved')

Searchable as RT108968$

@p6rt
Copy link
Author

p6rt commented Jan 24, 2012

From @bbkr

bbkr$ perl6 -e 'my $x = :(Int); $x.^methods>>.say'
returns
perl
count
Segmentation fault​: 11

@p6rt
Copy link
Author

p6rt commented Jan 25, 2012

From @bbkr

More info i forgot to put in mail

perl6 --version
This is perl6 version 2012.01 built on parrot 3.11.0 revision RELEASE_3_11_0

bbkr$ gcc -v
Using built-in specs.
Target​: i686-apple-darwin11
Configured with​:
/private/var/tmp/llvmgcc42/llvmgcc42-2335.1525/src/configure
--disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2
--mandir=/share/man --enable-languages=c,objc,c++,obj-c++
--program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-slibdir=/usr/lib --build=i686-apple-darwin11
--enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15
25/dst-llvmCore/Developer/usr/local
--program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11
--target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model​: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
bbkr​:Implix bbkr$

@p6rt
Copy link
Author

p6rt commented Jan 25, 2012

@bbkr - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 1, 2012

From @bbkr

On 2012.09 Star it is​:

perl
returns
count
Unmarshallable foreign language value passed for parameter 'obj'
  in method dispatch​:<hyper> at src/gen/CORE.setting​:936
  in block at -e​:1

@p6rt
Copy link
Author

p6rt commented Jun 9, 2013

From @coke

On Mon Oct 01 04​:30​:56 2012, bbkr wrote​:

On 2012.09 Star it is​:

perl
returns
count
Unmarshallable foreign language value passed for parameter 'obj'
in method dispatch​:<hyper> at src/gen/CORE.setting​:936
in block at -e​:1

with the latest rakudo compiler, this now returns​:

./perl6 -e 'my $x = :(Int); $x.^methods>>.say'
perl
returns
count
<anon>
<anon>
ACCEPTS
params
arity
<anon>
<anon>

Closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jun 9, 2013

From @jnthn

On Sat Jun 08 19​:39​:47 2013, coke wrote​:

On Mon Oct 01 04​:30​:56 2012, bbkr wrote​:

On 2012.09 Star it is​:

perl
returns
count
Unmarshallable foreign language value passed for parameter 'obj'
in method dispatch​:<hyper> at src/gen/CORE.setting​:936
in block at -e​:1

with the latest rakudo compiler, this now returns​:

./perl6 -e 'my $x = :(Int); $x.^methods>>.say'
perl
returns
count
<anon>
<anon>
ACCEPTS
params
arity
<anon>
<anon>

Closable with tests.

Added to S12-introspection/methods.t. Resolving.

/jnthn

@p6rt
Copy link
Author

p6rt commented Jun 9, 2013

@jnthn - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jun 9, 2013
@p6rt p6rt added the testneeded label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant