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

flipud segfault for large array of strings #233

Closed
StefanKarpinski opened this issue Oct 18, 2011 · 0 comments
Closed

flipud segfault for large array of strings #233

StefanKarpinski opened this issue Oct 18, 2011 · 0 comments
Assignees
Labels
kind:bug Indicates an unexpected problem or unintended behavior

Comments

@StefanKarpinski
Copy link
Sponsor Member

julia> Y = [ strcat(char(i),char(j)) | i=1:100, j=1:100 ]
100x100 String Array
"\x01\x01" "\x01\x02" "\x01\x03" : "\x01b" "\x01c" "\x01d" 
"\x02\x01" "\x02\x02" "\x02\x03"   "\x02b" "\x02c" "\x02d" 
"\x03\x01" "\x03\x02" "\x03\x03"   "\x03b" "\x03c" "\x03d" 
:
"b\x01" "b\x02" "b\x03"   "bb" "bc" "bd" 
"c\x01" "c\x02" "c\x03"   "cb" "cc" "cd" 
"d\x01" "d\x02" "d\x03" : "db" "dc" "dd" 

julia> flipud(Y)
zsh: segmentation fault  julia
@ghost ghost assigned JeffBezanson Oct 18, 2011
steerapi pushed a commit to steerapi/julia that referenced this issue Oct 28, 2011
* 'master' of github.com:JuliaLang/julia:
  fixing bug in locals with strange Ptr{} types. affects copy_to(). closes issue JuliaLang#233
  print the single element of 0-d arrays
  this might help with the ambiguity warning
  Remove TODO: the download methods both work.
cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants