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

Sig Faults for Libft cat -e output. #95

Open
mattyboiii opened this issue Mar 21, 2024 · 0 comments
Open

Sig Faults for Libft cat -e output. #95

mattyboiii opened this issue Mar 21, 2024 · 0 comments

Comments

@mattyboiii
Copy link

mattyboiii commented Mar 21, 2024

Describe the bug
Please include a description of the problem as well has what operation system you are using

  • OS: [ Ubuntu 22.04 LTS ...]
  • The architecture of the CPU if it is not x64 (for example ARM Macs (M1, M2))
    I am also on a Virtual Machine using Virtual box :)

Additional information
You will see on the log, but i am getting random SIG errors such as these. I have already checked all of these functions I made at 42Adelaide before coming home and trying it on my VM and they already passed. Not a huge issue as I am just ignoring them, but if I didnt know any better (hadnt already passed all paco tests at 42) i would have been very confused. Thanks alot, love the application.

keep in mind,

  1. they are random, sometimes I run paco toupper and its no issues, other times, the sig fault appears.
  2. paco -s shows no issues for any functions :)

Test 2:
i = '0';
while (i <= '9')
{
ft_print_result(ft_isalnum(i));
i++;
}
Expected (cat -e test02.output):
1111111111
Your result (cat -e user_output_test02):

execution.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant